{"item":[{"id":"f66d7955-952d-4af0-a284-6cb28a1c1e91","name":"Catalogs","description":{"content":"","type":"text/plain"},"item":[{"id":"7f7b6ce9-7139-4e42-9590-cce421a4fdd8","name":"Get all items as CSV file","request":{"name":"Get all items as CSV file","description":{"content":"Download a CSV with all items in the catalog. The unique identifier of an item is saved in the `item_key` column.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_READ`\n\n**User role permission required:** `assets_catalogs: read`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","csv"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"delimiter","value":"string","description":"The delimiter to use in csv. You can use `;` or `,`. Default: `,`"}],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"text/csv"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a4199b03-d759-472e-94c9-e6897f3aabc2","name":"CSV file. The unique identifier of an item is in the `item_key` column.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","csv"],"host":["{{baseUrl}}"],"query":[{"key":"delimiter","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/csv"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/csv"}],"body":"item_key,color,type\n3a9d38e8,blue,sneaker\ne96b17b7,red,sneaker\n","cookie":[],"_postman_previewlanguage":"text"},{"id":"21073ac0-bac3-403c-86af-4fe1c0fff7f5","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","csv"],"host":["{{baseUrl}}"],"query":[{"key":"delimiter","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6097aa09-0601-4557-9b66-165ae44933df","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","csv"],"host":["{{baseUrl}}"],"query":[{"key":"delimiter","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5dbdedbc-661a-4c12-96f6-6d77f068b139","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","csv"],"host":["{{baseUrl}}"],"query":[{"key":"delimiter","value":"string"}],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f68d5ec1-95a9-4fdd-a19c-f6e689042843","name":"Add items from CSV","request":{"name":"Add items from CSV","description":{"content":"Upload items to a catalog from a CSV file\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_UPDATE`\n\n**User role permission required:** `assets_catalogs: update`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"itemKey","value":"string","type":"text","description":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values."},{"key":"file","type":"file","description":"(Required) CSV file"}]}},"response":[{"id":"5920faff-037f-4322-9101-39580d51053b","name":"Upload status","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values.","type":"text/plain"},"key":"itemKey","value":"string","type":"text"},{"description":{"content":"(Required) CSV file","type":"text/plain"},"key":"file","type":"file"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"true","cookie":[],"_postman_previewlanguage":"json"},{"id":"5b4a5b32-4752-44ab-9d5e-96452eaeb213","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values.","type":"text/plain"},"key":"itemKey","value":"string","type":"text"},{"description":{"content":"(Required) CSV file","type":"text/plain"},"key":"file","type":"file"}]}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"b3615546-22b9-462d-8ff0-9066bfedc812","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values.","type":"text/plain"},"key":"itemKey","value":"string","type":"text"},{"description":{"content":"(Required) CSV file","type":"text/plain"},"key":"file","type":"file"}]}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5d06fcda-ff6e-4188-b811-35709cc504f8","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values.","type":"text/plain"},"key":"itemKey","value":"string","type":"text"},{"description":{"content":"(Required) CSV file","type":"text/plain"},"key":"file","type":"file"}]}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"43b446e2-3342-4d09-8e95-97004c6947fa","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) The name of the CSV column that contains unique identifiers. Slashes (`/`) are not allowed in the identifier values.","type":"text/plain"},"key":"itemKey","value":"string","type":"text"},{"description":{"content":"(Required) CSV file","type":"text/plain"},"key":"file","type":"file"}]}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"40303665-12a1-4fcf-8132-085cd0564a0a","name":"Get catalogs","request":{"name":"Get catalogs","description":{"content":"Retrieve all catalogs from the Workspace. You can filter and sort the results.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_READ`\n\n**User role permission required:** `assets_catalogs: read`\n","type":"text/plain"},"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"searchBy","value":"string","description":"A search string. You can search the catalogs by their name or the first or last name of the author."},{"disabled":false,"key":"orderBy","value":"author","description":"The parameter to order the results by. Order is always ascending."},{"disabled":false,"key":"offset","value":"1511","description":"The offset for the search. For example, if your `limit` is 10 and you want to retrieve the third page of items, set the offset to 20. Items with indexes 20 to 29 are returned (the first item on the first page has the index 0)."},{"disabled":false,"key":"limit","value":"1511","description":"The maximum number of items to include in the response. `offset` must be defined. Default: 100"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d0d93907-8104-4c9a-a1f8-35e372387cf6","name":"List of catalogs","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[{"key":"searchBy","value":"string"},{"key":"orderBy","value":"author"},{"key":"offset","value":"1511"},{"key":"limit","value":"1511"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"id\": 6551,\n      \"name\": \"string\",\n      \"businessProfileId\": 8570,\n      \"createdBy\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"iconUrl\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"creationDate\": \"1962-11-04T02:53:30.006Z\",\n      \"modifiedBy\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"iconUrl\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"lastModified\": \"1978-03-18T10:27:40.684Z\",\n      \"primaryKey\": {\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"mappings\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"beforeFiltering\": true,\n      \"fields\": [\n        \"string\",\n        \"string\"\n      ]\n    },\n    {\n      \"id\": 1001,\n      \"name\": \"string\",\n      \"businessProfileId\": 9590,\n      \"createdBy\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"iconUrl\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"creationDate\": \"2006-06-09T18:28:26.900Z\",\n      \"modifiedBy\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"iconUrl\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"lastModified\": \"1968-12-28T00:45:07.128Z\",\n      \"primaryKey\": {\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"mappings\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"beforeFiltering\": true,\n      \"fields\": [\n        \"string\",\n        \"string\"\n      ]\n    }\n  ],\n  \"metaData\": {\n    \"totalCount\": 6059,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"71605b35-dffc-4e1f-bd6f-976c1702c428","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[{"key":"searchBy","value":"string"},{"key":"orderBy","value":"author"},{"key":"offset","value":"1511"},{"key":"limit","value":"1511"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2cd1082c-50ca-4f34-8f15-b9b917f95a44","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[{"key":"searchBy","value":"string"},{"key":"orderBy","value":"author"},{"key":"offset","value":"1511"},{"key":"limit","value":"1511"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"da2eea8a-c0db-4aab-8543-7cfa4bf1a156","name":"Add catalog","request":{"name":"Add catalog","description":{"content":"Create a new, empty catalog.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_CREATE`\n\n**User role permission required:** `assets_catalogs: create`\n","type":"text/plain"},"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ce5bced7-9c74-4708-b889-0d5b2d625b12","name":"Details of the created catalog","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"id\": 4234,\n    \"name\": \"string\",\n    \"businessProfileId\": 288,\n    \"createdBy\": {\n      \"id\": 6354,\n      \"name\": \"string\",\n      \"iconUrl\": \"string\"\n    },\n    \"creationDate\": \"1976-10-18T13:43:56.184Z\",\n    \"modifiedBy\": {\n      \"id\": 895,\n      \"name\": \"string\",\n      \"iconUrl\": \"string\"\n    },\n    \"lastModified\": \"2013-02-21T01:40:07.372Z\",\n    \"primaryKey\": {\n      \"name\": \"string\",\n      \"description\": \"string\"\n    },\n    \"mappings\": [\n      {\n        \"bpActionParamKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bagId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"itemId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"action\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"paramKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"enrichmentFields\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"bpActionParamKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bagId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"itemId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"action\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"paramKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"enrichmentFields\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"beforeFiltering\": true,\n    \"fields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"metaData\": {\n    \"totalCount\": 496,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8fb4ab84-7b4b-4717-b716-877d8c3dab34","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"da6f8969-3c05-49ad-b201-5a7b90781593","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"969d7db7-14fd-4a14-abda-eae7330eec8b","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"23de77a9-a398-46fb-ba1a-dca033f5b98e","name":"Delete catalogs","request":{"name":"Delete catalogs","description":{"content":"\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_DELETE`\n\n**User role permission required:** `assets_catalogs: delete`\n","type":"text/plain"},"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"ba7b2236-3d8b-4a3e-bc19-94653b5051a2","name":"Deletion status","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"id\": \"d6a73a6f-2063-6da4-5533-da83ce4791d4\",\n      \"result\": true\n    },\n    {\n      \"id\": \"b1d1b018-4505-0d9b-ae14-64ad67ba5f6e\",\n      \"result\": false\n    }\n  ],\n  \"metaData\": {\n    \"totalCount\": 7692,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8126ffb5-d2a7-463a-971f-192e303f36ff","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"6a9f8f1a-778c-48ae-8ffe-ff149d71534f","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2d8031b3-1051-4120-8e2f-b6233570524f","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"14f33456-2f27-40e2-a15d-18d31a6436ad","name":"Get catalog keys","request":{"name":"Get catalog keys","description":{"content":"Retrieve the list of keys from a catalog.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_READ`\n\n**User role permission required:** `assets_catalogs: read`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","keys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a7122bd9-475c-4f86-aee8-7b59df407c1a","name":"List of keys","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","keys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    \"string\",\n    \"string\"\n  ],\n  \"metaData\": {\n    \"totalCount\": 8385,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ca97999d-7d4e-4d06-bc0a-f9862dec3473","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","keys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8feaa43f-4e0e-4bf0-85bd-8917c3b22758","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","keys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b1adcfc5-5618-4192-b070-9d11e14d7738","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","keys"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"758ea788-5aac-46e7-9c43-65814537ea91","name":"Get catalog info","request":{"name":"Get catalog info","description":{"content":"Retrieve the metadata of a catalog\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_READ`\n\n**User role permission required:** `assets_catalogs: read`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e9dbaafa-6ac3-4f64-beb3-df839be7e4c4","name":"Details of the catalog","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"id\": 4234,\n    \"name\": \"string\",\n    \"businessProfileId\": 288,\n    \"createdBy\": {\n      \"id\": 6354,\n      \"name\": \"string\",\n      \"iconUrl\": \"string\"\n    },\n    \"creationDate\": \"1976-10-18T13:43:56.184Z\",\n    \"modifiedBy\": {\n      \"id\": 895,\n      \"name\": \"string\",\n      \"iconUrl\": \"string\"\n    },\n    \"lastModified\": \"2013-02-21T01:40:07.372Z\",\n    \"primaryKey\": {\n      \"name\": \"string\",\n      \"description\": \"string\"\n    },\n    \"mappings\": [\n      {\n        \"bpActionParamKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bagId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"itemId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"action\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"paramKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"enrichmentFields\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"bpActionParamKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bagId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"itemId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"action\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"paramKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"enrichmentFields\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"beforeFiltering\": true,\n    \"fields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"metaData\": {\n    \"totalCount\": 496,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3ac632bc-be75-4f5a-987a-9240f975aac8","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"87590ff9-1e56-4914-8fb1-80e2c5936d89","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"388fef71-bf8f-4afa-a835-9add7f6358db","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"460100e5-9238-400c-b428-2e3d3d0de38f","name":"Delete catalog","request":{"name":"Delete catalog","description":{"content":"Delete a single catalog. This operation is irreversible.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_DELETE`\n\n**User role permission required:** `assets_catalogs: delete`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f8e588e9-036c-439c-85b9-f1a20af348e5","name":"Deletion status","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": false,\n  \"metaData\": {\n    \"totalCount\": 3962,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f2276dfb-0766-4d6d-8b27-bcb4c0a5ff58","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b293938-f09d-4fbe-af28-8701084f81b7","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5b07cd9f-a241-407d-a6af-9726c3b63635","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"42be737c-4a44-4315-8855-ed71ff43be4d","name":"Get items from catalog","request":{"name":"Get items from catalog","description":{"content":"Retrieve the entries from a single catalog.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_READ`\n\n**User role permission required:** `assets_catalogs: read`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"itemKey","value":"string","description":"Filter by the value of the unique identifier of the item (exact match)"},{"disabled":false,"key":"offset","value":"1511","description":"The offset for the search. For example, if your `limit` is 10 and you want to retrieve the third page of items, set the offset to 20. Items with indexes 20 to 29 are returned (the first item on the first page has the index 0)."},{"disabled":false,"key":"limit","value":"1511","description":"The maximum number of items to include in the response. `offset` must be defined. Default: 100"}],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e671ff52-d173-4795-9272-72eca6a11395","name":"A list of items in the catalog","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[{"key":"itemKey","value":"string"},{"key":"offset","value":"1511"},{"key":"limit","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"bag\": {\n        \"id\": 1562,\n        \"name\": \"string\",\n        \"businessProfileId\": 91,\n        \"author\": \"string\",\n        \"lastModified\": \"1993-05-05T19:51:51.091Z\",\n        \"creationDate\": \"2026-04-03T11:50:28.863Z\",\n        \"primaryKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mappings\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ]\n      },\n      \"itemKey\": \"string\",\n      \"id\": 7301,\n      \"value\": \"{\\\"Name\\\":\\\"John\\\",\\\"Surname\\\":\\\"Doe\\\"}\",\n      \"creationDate\": \"string\",\n      \"lastModified\": \"string\"\n    },\n    {\n      \"bag\": {\n        \"id\": 2487,\n        \"name\": \"string\",\n        \"businessProfileId\": 6480,\n        \"author\": \"string\",\n        \"lastModified\": \"1957-12-02T15:35:51.104Z\",\n        \"creationDate\": \"1971-12-13T08:03:23.076Z\",\n        \"primaryKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mappings\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ]\n      },\n      \"itemKey\": \"string\",\n      \"id\": 142,\n      \"value\": \"{\\\"Name\\\":\\\"John\\\",\\\"Surname\\\":\\\"Doe\\\"}\",\n      \"creationDate\": \"string\",\n      \"lastModified\": \"string\"\n    }\n  ],\n  \"metaData\": {\n    \"totalCount\": 2637,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0c96d4d4-705c-4338-a89a-3efce6fbfc2f","name":"Add item","request":{"name":"Add item","description":{"content":"Add a single item to the catalog.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_ITEM_BATCH_CATALOG_CREATE`\n\n**User role permission required:** `assets_catalogs: create`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"056c534d-e007-42e4-bf85-dabe5525686c","name":"Upload status","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"true","cookie":[],"_postman_previewlanguage":"json"},{"id":"4a2f9f05-15cb-4934-82ff-981b46da1f90","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"923b6e71-0fbf-4729-a2fb-839f1286d697","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9e3fdefc-dc73-4c21-9596-c8ffb563d20b","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"583095b3-893d-42be-b9dc-162094b92a89","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"65f2f63b-e82e-4d29-a7ff-c05f13ec429a","name":"Batch add items","request":{"name":"Batch add items","description":{"content":"Add a number of items at once.\n\nFor better performance, we recommend using the [`/v1/async/bags/{catalogId}/items` endpoint](#operation/addItemsBatchAsync).\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_ITEM_BATCH_CATALOG_CREATE`\n\n**User role permission required:** `assets_catalogs: create`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  },\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"03dab623-23b2-4402-be07-18e2d3d503e4","name":"Upload status","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  },\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"true","cookie":[],"_postman_previewlanguage":"json"},{"id":"c0f53bc1-0bb1-4434-b63a-4bcbe8c27786","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  },\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"bed001cc-8d90-4966-88d8-98f12f3dcb4b","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  },\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fe8d28e1-e20e-4255-97e9-f067170f970d","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  },\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"068ff001-f8e0-4144-a7da-3655f19403f2","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  },\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9d83e0b7-0663-4ca6-8488-d579d2e75eda","name":"Update enrichment fields","request":{"name":"Update enrichment fields","description":{"content":"Change enrichment fields for given mapping\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_MAPPING_CATALOG_CREATE`\n\n**User role permission required:** `assets_catalogs: create`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"66509294-3777-44f0-988b-041693184f0f","name":"Upload status","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"2431","cookie":[],"_postman_previewlanguage":"json"},{"id":"6578fd3c-2fb9-4a61-afbc-bcb0f0d0414b","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"4b5c64cd-2bd6-4445-85e9-7e004f7baf85","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d3ec3934-acc0-4533-9ba5-8443ee8252d9","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c0af15a1-c602-4429-bb0d-45d7394adaaf","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","enrichment","fields"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"action\": \"string\",\n  \"paramKey\": \"string\",\n  \"enrichmentFields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"24721858-9a11-4c6b-a4c8-0737c279389c","name":"Get single item by itemKey","request":{"name":"Get single item by itemKey","description":{"content":"Retrieve a single item from a catalog by using the item key (unique identifier of an item in the catalog, for example a product's SKU) of the entry in the Synerise database.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_READ`\n\n**User role permission required:** `assets_catalogs: read`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to retrieve"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2faec1f8-2211-4a71-ac2e-1e9e56966de6","name":"A single item","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to retrieve"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"bag\": {\n      \"id\": 9019,\n      \"name\": \"string\",\n      \"businessProfileId\": 8012,\n      \"author\": \"string\",\n      \"lastModified\": \"1972-11-03T15:00:12.948Z\",\n      \"creationDate\": \"1992-05-05T14:25:56.083Z\",\n      \"primaryKey\": {\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"mappings\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    \"itemKey\": \"string\",\n    \"id\": 5219,\n    \"value\": \"{\\\"Name\\\":\\\"John\\\",\\\"Surname\\\":\\\"Doe\\\"}\",\n    \"creationDate\": \"string\",\n    \"lastModified\": \"string\"\n  },\n  \"metaData\": {\n    \"totalCount\": 6096,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7ea58401-f026-4d06-b93a-0f3eb898e1ad","name":"Delete single item by itemKey","request":{"name":"Delete single item by itemKey","description":{"content":"Delete a single item by itemKey (unique identifier of an item in the catalog, for example a product's SKU).\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_DELETE`\n\n**User role permission required:** `assets_catalogs: delete`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to delete"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"405bf22f-4ac7-4df2-99c3-f396162d1895","name":"Success","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to delete"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": false,\n  \"metaData\": {\n    \"totalCount\": 1591,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cbdc2eeb-f4ce-47c9-b5fb-450506670dc7","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to delete"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9aef6084-aca9-48be-9e80-ae2df7291a0f","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to delete"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5549a083-c540-4648-a322-70fa074129d1","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items","itemKey",":itemKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"string","key":"itemKey","description":"(Required) `itemKey` parameter of the item to delete"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"27cdea09-33e6-490e-b37a-fb133005b6f2","name":"Get single item by database ID","request":{"name":"Get single item by database ID","description":{"content":"Retrieve a single item from a catalog by using the ID of the entry in the Synerise database. If you want to retrieve an item by its unique identifier in the catalog, use [/bags/{catalogId}/items/itemKey/{itemKey}](#operation/getItemByKey).\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_READ`\n\n**User role permission required:** `assets_catalogs: read`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b9e7b706-6a22-4485-8d2d-85b0caa9d150","name":"A single item","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"bag\": {\n      \"id\": 9019,\n      \"name\": \"string\",\n      \"businessProfileId\": 8012,\n      \"author\": \"string\",\n      \"lastModified\": \"1972-11-03T15:00:12.948Z\",\n      \"creationDate\": \"1992-05-05T14:25:56.083Z\",\n      \"primaryKey\": {\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"mappings\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    \"itemKey\": \"string\",\n    \"id\": 5219,\n    \"value\": \"{\\\"Name\\\":\\\"John\\\",\\\"Surname\\\":\\\"Doe\\\"}\",\n    \"creationDate\": \"string\",\n    \"lastModified\": \"string\"\n  },\n  \"metaData\": {\n    \"totalCount\": 6096,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d5abf9aa-fbfe-4e59-a617-5bbaa427f9e2","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f572bbed-f7f0-4d2b-9257-c3eeaf1cf173","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7173acee-bd3a-4255-90b4-c11f91c5c33b","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b60b4a71-3cdc-4b83-a9a9-713f1d276d4a","name":"Update single item by database ID","request":{"name":"Update single item by database ID","description":{"content":"Update a single item from a catalog by using the ID of the entry in the Synerise database.\n\nUpdate requests are processed according to the time they reach the service.  \nThis means that updates from the synchronous `/bags/{catalogId}/items/{itemId}` endpoint may overwrite asynchronous operations (see [`/v1/async/*` endpoints](#operation/updateItemAsync)) which were sent earlier and queued due to high traffic.  \nThis behavior also applies to requests from Automation and AI feed synchronization, which use the asynchronous mechanism.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_UPDATE`\n\n**User role permission required:** `assets_catalogs: update`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key_0\": {},\n  \"key_1\": {}\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"08e765b2-b235-4c7c-a663-7ce96a70b1e6","name":"A single item","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {},\n  \"key_1\": {}\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"bag\": {\n      \"id\": 9019,\n      \"name\": \"string\",\n      \"businessProfileId\": 8012,\n      \"author\": \"string\",\n      \"lastModified\": \"1972-11-03T15:00:12.948Z\",\n      \"creationDate\": \"1992-05-05T14:25:56.083Z\",\n      \"primaryKey\": {\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"mappings\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    \"itemKey\": \"string\",\n    \"id\": 5219,\n    \"value\": \"{\\\"Name\\\":\\\"John\\\",\\\"Surname\\\":\\\"Doe\\\"}\",\n    \"creationDate\": \"string\",\n    \"lastModified\": \"string\"\n  },\n  \"metaData\": {\n    \"totalCount\": 6096,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a0c4d6a9-89c4-4d84-b09a-773709a3373c","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {},\n  \"key_1\": {}\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1973ec83-ae36-4171-be96-a4e488d22c8f","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {},\n  \"key_1\": {}\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e49263d0-6624-4318-b93f-fe67e1ef2669","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": {},\n  \"key_1\": {}\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fefe2dff-6a57-47c7-a110-2c233c184e56","name":"Delete single item by database ID","request":{"name":"Delete single item by database ID","description":{"content":"Delete a single item by ID.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_DELETE`\n\n**User role permission required:** `assets_catalogs: delete`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f69551cd-cc6c-46c4-a38e-9988d082521b","name":"Success","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": false,\n  \"metaData\": {\n    \"totalCount\": 1591,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2ed8faab-dc2e-4e85-b118-275b5658b9c4","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"914134be-061f-4849-89c8-90f8ba14e22d","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"391bfd81-4c28-4391-8f65-8e67fd564362","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","items",":itemId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"},{"disabled":false,"type":"any","value":"1511","key":"itemId","description":"(Required) ID of the item. This is the ID of the entry in the Synerise\ndatabase, not the unique identifier that you're using in your\ncatalog. The itemId is available in the `id` field of the catalog item when you [retrieve items from a catalog](#operation/getItemsByBag):\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753, // this is the itemId\n    \"itemKey\": \"uniqueValue\",\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053, // this is the ID of the catalog\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"515e8b8d-3493-4dae-b135-a692d5ea4e61","name":"Get all items","request":{"name":"Get all items","description":{"content":"Retrieve all items from all catalogs in the Workspace.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_READ`\n\n**User role permission required:** `assets_catalogs: read`\n","type":"text/plain"},"url":{"path":["catalogs","items"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"offset","value":"1511","description":"The offset for the search. For example, if your `limit` is 10 and you want to retrieve the third page of items, set the offset to 20. Items with indexes 20 to 29 are returned (the first item on the first page has the index 0)."},{"disabled":false,"key":"limit","value":"1511","description":"The maximum number of items to include in the response. `offset` must be defined. Default: 100"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8efb8946-bc5e-4ebc-8c4b-4ec37c8034d7","name":"A list of items in the Workspace","originalRequest":{"url":{"path":["catalogs","items"],"host":["{{baseUrl}}"],"query":[{"key":"offset","value":"1511"},{"key":"limit","value":"1511"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"bag\": {\n        \"id\": 9258,\n        \"name\": \"string\",\n        \"businessProfileId\": 2745,\n        \"author\": \"string\",\n        \"lastModified\": \"1969-09-21T10:19:17.207Z\",\n        \"creationDate\": \"1962-04-06T01:26:23.520Z\",\n        \"primaryKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mappings\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ]\n      },\n      \"itemKey\": \"string\",\n      \"id\": 9009,\n      \"value\": \"{\\\"Name\\\":\\\"John\\\",\\\"Surname\\\":\\\"Doe\\\"}\",\n      \"creationDate\": \"string\",\n      \"lastModified\": \"string\"\n    },\n    {\n      \"bag\": {\n        \"id\": 4983,\n        \"name\": \"string\",\n        \"businessProfileId\": 140,\n        \"author\": \"string\",\n        \"lastModified\": \"1998-05-15T01:44:19.033Z\",\n        \"creationDate\": \"2012-05-25T16:27:36.855Z\",\n        \"primaryKey\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mappings\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ]\n      },\n      \"itemKey\": \"string\",\n      \"id\": 9316,\n      \"value\": \"{\\\"Name\\\":\\\"John\\\",\\\"Surname\\\":\\\"Doe\\\"}\",\n      \"creationDate\": \"string\",\n      \"lastModified\": \"string\"\n    }\n  ],\n  \"metaData\": {\n    \"totalCount\": 7308,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"555147ff-bfc0-42bf-bf70-03f73ea8027d","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","items"],"host":["{{baseUrl}}"],"query":[{"key":"offset","value":"1511"},{"key":"limit","value":"1511"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8b39c855-ad4d-4360-960a-adc52c2c6b1c","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","items"],"host":["{{baseUrl}}"],"query":[{"key":"offset","value":"1511"},{"key":"limit","value":"1511"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ad41c24c-fdcf-47af-9b63-c6be694cd02d","name":"Add mapping","request":{"name":"Add mapping","description":{"content":"Add a new mapping. Mappings can be used to enrich events with data from catalogs.\n\nFor example, you can map the product's SKU from the \"product.buy\" event to the column in the catalog that includes the SKU. Whenever someone purchases an item with that SKU, you can extract data from the catalog (for example, the product's brand and category) and show that additional in the event log in the Synerise GUI.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_MAPPING_CATALOG_CREATE`\n\n**User role permission required:** `assets_catalogs: create`\n","type":"text/plain"},"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"53b15f02-106b-4933-9c02-55f2fb5cc008","name":"Mapping data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"bpActionParamKey\": \"string\",\n    \"bagId\": 8078,\n    \"action\": \"transaction.charge\",\n    \"paramKey\": \"sku\",\n    \"enrichmentFields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"metaData\": {\n    \"totalCount\": 6890,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"15972eb6-6757-406a-bdde-f5f860e6bb2d","name":"Invalid or insufficient data","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"},{"id":"96b9804f-04a9-4719-8b65-9f29eaea9c97","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6eb7a02f-2939-46f9-839a-47c79dc98d4b","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d3edfd1f-0e6a-44bc-84e2-33039c439ed2","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","bags",":catalogId","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"action\": \"transaction.charge\",\n  \"paramKey\": \"sku\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"69f1c719-1865-4910-a383-ea29b2ecd328","name":"Get all mappings","request":{"name":"Get all mappings","description":{"content":"Retrieve all mappings from the Workspace.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_MAPPING_CATALOG_READ`\n\n**User role permission required:** `assets_catalogs: read`\n","type":"text/plain"},"url":{"path":["catalogs","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d0e051fd-d842-40f8-b4ee-1c6c9797d547","name":"List of mappings","originalRequest":{"url":{"path":["catalogs","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"bpActionParamKey\": \"string\",\n      \"bagId\": 5581,\n      \"action\": \"transaction.charge\",\n      \"paramKey\": \"sku\",\n      \"enrichmentFields\": [\n        \"string\",\n        \"string\"\n      ]\n    },\n    {\n      \"bpActionParamKey\": \"string\",\n      \"bagId\": 8165,\n      \"action\": \"transaction.charge\",\n      \"paramKey\": \"sku\",\n      \"enrichmentFields\": [\n        \"string\",\n        \"string\"\n      ]\n    }\n  ],\n  \"metaData\": {\n    \"totalCount\": 9031,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c54795d1-0c08-4005-b471-ef9852ae0f5d","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dbaecc46-58e9-4757-96b0-4ddcd098f778","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","mappings"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a9a0bcc9-a71f-4c4b-bb89-0584093f21a6","name":"Delete mapping","request":{"name":"Delete mapping","description":{"content":"Delete a single mapping.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_MAPPING_CATALOG_DELETE`\n\n**User role permission required:** `assets_catalogs: delete`\n","type":"text/plain"},"url":{"path":["catalogs","mappings",":bpActionParamKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"bpActionParamKey","description":"(Required) The unique identifier of the mapping"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"df3333e9-b05b-4b5c-98f7-898b805e4353","name":"Deletion status","originalRequest":{"url":{"path":["catalogs","mappings",":bpActionParamKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"bpActionParamKey","description":"(Required) The unique identifier of the mapping"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": true,\n  \"metaData\": {\n    \"totalCount\": 9438,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c7b72369-178c-496b-bf54-3b1d620a2d70","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","mappings",":bpActionParamKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"bpActionParamKey","description":"(Required) The unique identifier of the mapping"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3df3cd7d-dfa6-4764-a50a-06062fb2f665","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","mappings",":bpActionParamKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"bpActionParamKey","description":"(Required) The unique identifier of the mapping"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"af5acd1b-385f-4425-baa0-cd4c27c412dc","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","mappings",":bpActionParamKey"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"bpActionParamKey","description":"(Required) The unique identifier of the mapping"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8c09eff8-f03c-406b-863e-dc650f6d5d4f","name":"Get single item by unique key","request":{"name":"Get single item by unique key","description":{"content":"Retrieve a single item from a catalog by using the value of the unique identifier (key) in the catalog. If you want to retrieve an item by its ID in the Synerise database, use [/bags/{catalogId}/items/{itemId}](#operation/getItem).\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `ITEMS_COLLECTOR_CATALOG_READ`\n\n**User role permission required:** `assets_catalogs: read`\n","type":"text/plain"},"url":{"path":["catalogs","itemDetail"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"catalogName","value":"string","description":"(Required) Name of the catalog"},{"disabled":false,"key":"key","value":"string","description":"(Required) Value of the unique identifier of the item in the catalog. When you retrieve an item using [this endpoint](#operation/getItemsByBag), the identifier is in the `itemKey` field.\n\n```\n{\n    \"creationDate\": \"2020-09-30T11:31:16.314Z\",\n    \"id\": 73753,\n    \"itemKey\": \"uniqueValue\", // this is the value of the key\n    \"lastModified\": null,\n    \"value\": \"{\\\"exampleKey\\\":\\\"uniqueValue\\\",\\\"exampleKey2\\\":\\\"exampleValue\\\"}\",\n    \"bag\": {\n        \"author\": \"authorName\",\n        \"creationDate\": \"2020-09-30T10:52:31.264Z\",\n        \"id\": 1053,\n        \"lastModified\": \"2020-09-30T11:41:11.808Z\",\n        \"name\": \"sampleCatalog\"\n    }\n},\n```\n"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c22c1ce6-fa0e-492f-834d-34c08d81c10f","name":"A single item","originalRequest":{"url":{"path":["catalogs","itemDetail"],"host":["{{baseUrl}}"],"query":[{"key":"catalogName","value":"string"},{"key":"key","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": {\n    \"itemId\": \"string\"\n  },\n  \"metaData\": {\n    \"totalCount\": 1220,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3895ebf2-f601-4009-8c94-03164d630e58","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","itemDetail"],"host":["{{baseUrl}}"],"query":[{"key":"catalogName","value":"string"},{"key":"key","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3662c612-2cff-4d20-923d-37dd77d69f4d","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","itemDetail"],"host":["{{baseUrl}}"],"query":[{"key":"catalogName","value":"string"},{"key":"key","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0c8c1a2a-ad20-4595-bbfb-8cfa1e568b44","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","itemDetail"],"host":["{{baseUrl}}"],"query":[{"key":"catalogName","value":"string"},{"key":"key","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5d7abb71-7ecc-4bcd-928a-8fdfe582951e","name":"Delete all items from a catalog","request":{"name":"Delete all items from a catalog","description":{"content":"Delete all the contents of a catalog.\n\nInformation about the keys (columns) remains.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_DELETE`\n\n**User role permission required:** `assets_catalogs: delete`\n","type":"text/plain"},"url":{"path":["catalogs","v2","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e42e2b0a-e427-401f-9364-bd0f5cf4170c","name":"Items deleted. The `metaData` object always shows a `totalCount` of 1, regardless of the number of deleted items.","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": \"8cc2c7c7-846e-9405-4181-aa16b539b2c4\",\n  \"metaData\": {\n    \"totalCount\": 6981,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3781cb43-b073-400a-affc-c1e660604d08","name":"A problem occurred. See the error message for details.","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"errorCode\": \"string\",\n  \"httpStatus\": 3765,\n  \"message\": \"string\",\n  \"traceId\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9bf1c357-26fd-4678-8f7e-501d5dd7bd6c","name":"Delete items by itemKeys","request":{"name":"Delete items by itemKeys","description":{"content":"Delete items by itemKeys (unique identifier of an item in the catalog, for example a product's SKU). In the Synerise Portal, it's called the **Primary key**.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_DELETE`\n\n**User role permission required:** `assets_catalogs: delete`\n","type":"text/plain"},"url":{"path":["catalogs","v2","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"0a6dd44a-095c-4b80-99d3-e3ab35fa180a","name":"No Content","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"762b0402-0a61-4046-a317-75c454a28c56","name":"Unauthorized: token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3b35142e-5ec8-4375-b9eb-e9fe61727524","name":"Forbidden: insufficient permissions; wrong consumer scope","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": 778,\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"timestamp\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"edd643d6-dd8c-464a-bb9f-7121cb515ca1","name":"Entity not found","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","items","batch"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"text/plain"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"string","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9f472ab1-e667-4631-b48e-0a1b5d56aea4","name":"Enable filtering","request":{"name":"Enable filtering","description":{"content":"Enable filtering for a catalog on selected fields\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_UPDATE`\n\n**User role permission required:** `assets_catalogs: update`\n","type":"text/plain"},"url":{"path":["catalogs","v2","bags",":catalogId","enable","filtering"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"fields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7f19643c-ea3f-4682-b9a8-74d6162e6852","name":"Upload status","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","enable","filtering"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"fields\": [\n    \"string\",\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": \"4b057a91-6ecc-e2c4-7744-0a7f60e6d6c0\",\n  \"metaData\": {\n    \"totalCount\": 142,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6f69371b-c9c7-4691-8df0-b34ee682ca87","name":"Disable filtering","request":{"name":"Disable filtering","description":{"content":"Disable filtering for a catalog on selected fields\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `CATALOGS_CATALOG_UPDATE`\n\n**User role permission required:** `assets_catalogs: update`\n","type":"text/plain"},"url":{"path":["catalogs","v2","bags",":catalogId","disable","filtering"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"removeFilters\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"e295b8f9-f3fb-41ed-bcd7-d0ec9346f030","name":"Number of rows changed","originalRequest":{"url":{"path":["catalogs","v2","bags",":catalogId","disable","filtering"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"removeFilters\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": 8410,\n  \"metaData\": {\n    \"totalCount\": 4800,\n    \"requestTime\": \"0.11 [s]\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"83558db4-7850-4692-9ee4-af7c6d5168a8","name":"Add or update item asynchronously","request":{"name":"Add or update item asynchronously","description":{"content":"Add a single item asynchronously to the catalog. If the item already exists, it's entirely overwritten by the item you send.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints (for example, [`/bags/{catalogId}/items/{itemId}`](#operation/updateItem) may overwrite asynchronous operations which were sent earlier and queued due to high traffic.  \nThis behavior also applies to requests from Automation and AI feed synchronization, which use the asynchronous mechanism.\n\nThe request body can't exceed 256KB.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permissions required (at least one):** `CATALOGS_ITEM_BATCH_CREATE`, `CATALOGS_ITEM_BATCH_CATALOG_CREATE`\n\n**User role permission required:** `assets_catalogs: create`\n","type":"text/plain"},"url":{"path":["catalogs","v1","async","bags",":catalogId","item"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"d46aecb8-aa46-4cd7-a414-8e2dad8784fe","name":"Operation added to queue","originalRequest":{"url":{"path":["catalogs","v1","async","bags",":catalogId","item"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4d0e4f49-e23a-4baa-bf88-6440ce1acea3","name":"Add or update (partial) item asynchronously","request":{"name":"Add or update (partial) item asynchronously","description":{"content":"Update a single item asynchronously to the catalog. If the item doesn't exist, it will be created.\n\nThis endpoint allows you to perform partial updates - you can send only the properties that you want to add/modify, instead of sending the entire item.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints (for example, [`/bags/{catalogId}/items/{itemId}`](#operation/updateItem) may overwrite asynchronous operations which were sent earlier and queued due to high traffic.  \nThis behavior also applies to requests from Automation and AI feed synchronization, which use the asynchronous mechanism.\n\nThe request body can't exceed 256KB.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permissions required (at least one):** `CATALOGS_ITEM_BATCH_UPDATE`, `CATALOGS_ITEM_BATCH_CATALOG_UPDATE`\n\n**User role permission required:** `assets_catalogs: update`\n","type":"text/plain"},"url":{"path":["catalogs","v1","async","bags",":catalogId","item"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"4e370f20-2fa1-48a3-852d-26cfbd3cb2c8","name":"Operation added to queue","originalRequest":{"url":{"path":["catalogs","v1","async","bags",":catalogId","item"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"itemKey\": \"sku1357\",\n  \"value\": {\n    \"itemCategory\": \"smartphone\",\n    \"itemColor\": \"blue\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"eed9108c-c684-48a5-af73-8e6515a83147","name":"Batch add or update items asynchronously","request":{"name":"Batch add or update items asynchronously","description":{"content":"Add a number of items asynchronously at once. If an item already exists, it's entirely overwritten by the item you send.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints (for example, [`/bags/{catalogId}/items/{itemId}`](#operation/updateItem) may overwrite asynchronous operations which were sent earlier and queued due to high traffic.  \nThis behavior also applies to requests from Automation and AI feed synchronization, which use the asynchronous mechanism.\n\nThe request body can't exceed 256KB.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permissions required (at least one):** `CATALOGS_ITEM_BATCH_CREATE`, `CATALOGS_ITEM_BATCH_CATALOG_CREATE`\n\n**User role permission required:** `assets_catalogs: create`\n","type":"text/plain"},"url":{"path":["catalogs","v1","async","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  },\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"f6dec6e9-7f85-4e9a-8de8-ac10c3a7dbd3","name":"Operation added to queue","originalRequest":{"url":{"path":["catalogs","v1","async","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"POST","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  },\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7b038b51-3f75-49d6-8a6e-fd34ecb2bad7","name":"Batch add or update (partial) items asynchronously","request":{"name":"Batch add or update (partial) items asynchronously","description":{"content":"Update a number of items asynchronously at once. If an item doesn't exist, it will be created.\n\nThis endpoint allows you to perform partial updates - you can send only the properties that you want to add/modify, instead of sending the entire item.\n\nAsynchronous requests are processed according to the time they reach the service.  \nThis means that requests to synchronous endpoints (for example, [`/bags/{catalogId}/items/{itemId}`](#operation/updateItem) may overwrite asynchronous operations which were sent earlier and queued due to high traffic.  \nThis behavior also applies to requests from Automation and AI feed synchronization, which use the asynchronous mechanism.\n\nThe request body can't exceed 256KB.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permissions required (at least one):** `CATALOGS_ITEM_BATCH_UPDATE`, `CATALOGS_ITEM_BATCH_CATALOG_UPDATE`\n\n**User role permission required:** `assets_catalogs: update`\n","type":"text/plain"},"url":{"path":["catalogs","v1","async","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"PATCH","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  },\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"32702e21-8faf-47f6-a1fd-aa5992bc9fb2","name":"Operation added to queue","originalRequest":{"url":{"path":["catalogs","v1","async","bags",":catalogId","items"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"catalogId","description":"(Required) ID of the catalog"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"PATCH","body":{"mode":"raw","raw":"[\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  },\n  {\n    \"itemKey\": \"sku1357\",\n    \"value\": {\n      \"itemCategory\": \"smartphone\",\n      \"itemColor\": \"blue\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"210fcaad-f29c-4f6b-96d0-d8de825ad53f","name":"Asset tags","description":{"content":"","type":"text/plain"},"item":[{"id":"40a5259b-112f-49cf-b06c-a59ef3ebae73","name":"Get all directories","request":{"name":"Get all directories","description":{"content":"Gets all tag directories from the Workspace.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_DIRECTORY_READ`\n\n**User role permission required:** `assets_tags: read`\n","type":"text/plain"},"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"1aa75eb1-ec7f-4e98-9f4b-5fc66e32b7e2","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"createdAt\": \"2000-05-02T19:57:56.481Z\",\n    \"hash\": \"string\",\n    \"name\": \"string\",\n    \"params\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"type\": {\n      \"createdAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"hash\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  },\n  {\n    \"createdAt\": \"2012-07-25T16:09:11.256Z\",\n    \"hash\": \"string\",\n    \"name\": \"string\",\n    \"params\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"type\": {\n      \"createdAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"hash\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"4cafbbf6-7c67-4dbb-8d37-8ed3cc7746b1","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"18544f42-ca59-4756-8f3c-34514ca49ca3","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"beb5e8dd-e5c5-4ead-ba6e-ef953a4ed157","name":"Create directory","request":{"name":"Create directory","description":{"content":"Creates a directory.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_DIRECTORY_CREATE`\n\n**User role permission required:** `assets_tags: create`\n","type":"text/plain"},"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  },\n  \"type\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"302e2757-ebe1-4db6-9c50-330f4eef70b7","name":"Created","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  },\n  \"type\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"createdAt\": \"1957-12-20T06:08:07.906Z\",\n  \"hash\": \"string\",\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  },\n  \"type\": {\n    \"createdAt\": \"1975-10-13T05:33:54.729Z\",\n    \"hash\": \"string\",\n    \"name\": \"string\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1cd12458-d71c-4a85-a4d2-5144adcdcb81","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  },\n  \"type\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6dc86b63-214c-4a42-83c0-735596fc536c","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  },\n  \"type\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6210b5be-40a3-4645-9595-4a401bdaa955","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  },\n  \"type\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4fbe4ae8-3c58-4c26-a048-7b434e422e6b","name":"Get directory types","request":{"name":"Get directory types","description":{"content":"Gets all directory types.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_DIRECTORY_READ`\n\n**User role permission required:** `assets_tags: read`\n","type":"text/plain"},"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"ed11418c-fcd3-4dcb-a336-ca6b29e2a53a","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"createdAt\": \"1998-01-29T21:46:23.569Z\",\n    \"hash\": \"string\",\n    \"name\": \"string\"\n  },\n  {\n    \"createdAt\": \"1985-07-06T07:44:56.854Z\",\n    \"hash\": \"string\",\n    \"name\": \"string\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"8025439a-3f5d-4555-8500-be7b22934dd1","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"83f0519a-06e7-4abc-bd0c-e08c282f5759","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"1aef74fb-33f9-45b2-8b2c-945c277f1e69","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4e9f7c17-33e5-4139-a9ac-ed68b98c0f20","name":"Create directory type","request":{"name":"Create directory type","description":{"content":"Creates a directory type.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_DIRECTORY_UPDATE`\n\n**User role permission required:** `assets_tags: update`\n","type":"text/plain"},"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"22fb7702-eadb-4026-99e3-fafe31bdfaf1","name":"Created","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"createdAt\": \"2018-10-07T05:52:54.543Z\",\n  \"hash\": \"string\",\n  \"name\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e2506387-3859-491a-ac91-473b55072d07","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"374de73f-dfeb-46c6-9224-ad54f338ed91","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"759e5a2c-bf51-48e6-83be-dd532e84e634","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories","types"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"66b9ae0b-dd00-4f0b-8d9d-deab3a806dc4","name":"Update directory","request":{"name":"Update directory","description":{"content":"Updates a directory.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_DIRECTORY_UPDATE`\n\n**User role permission required:** `assets_tags: update`\n","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":null,"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"aa8c96ad-c8b0-45b3-9acc-e55cd57db7e0","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"createdAt\": \"1957-12-20T06:08:07.906Z\",\n  \"hash\": \"string\",\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  },\n  \"type\": {\n    \"createdAt\": \"1975-10-13T05:33:54.729Z\",\n    \"hash\": \"string\",\n    \"name\": \"string\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4f57f164-f568-46a7-ab0a-44cfd4e071da","name":"No Content","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"eb03e422-2e8f-42b4-aae5-121077f18cbf","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6756e751-e45c-4293-aa9a-bd9bfc173be0","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"706341d7-dee4-4953-87ef-6d24eda06969","name":"Delete directory","request":{"name":"Delete directory","description":{"content":"Deletes a directory.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_DIRECTORY_DELETE`\n\n**User role permission required:** `assets_tags: delete`\n","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","auth":null},"response":[{"id":"450be4fb-1a9f-4bd0-94d8-250f6f89a4a7","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ee44c188-3f46-4508-a02a-8c206d62238a","name":"No Content","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"ff1d2417-fbcd-4098-b1af-80e3617ec23a","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6164264f-0763-4499-b5da-ebcba87b36af","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7c17e7e0-4bc7-45fd-8842-83fbeb8634d7","name":"Get tags from directory","request":{"name":"Get tags from directory","description":{"content":"Retrieve tags from a directory.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_DIRECTORY_READ`\n\n**User role permission required:** `assets_tags: read`\n","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"a5a58088-b7a9-4625-9617-442a6974c965","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"authorId\": 1931,\n    \"color\": \"string\",\n    \"createdAt\": \"2024-12-01T16:56:46.952Z\",\n    \"description\": \"string\",\n    \"directory\": {\n      \"createdAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"hash\": \"string\",\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"params\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"type\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"hash\": \"string\",\n    \"icon\": \"string\",\n    \"priority\": 0,\n    \"value\": \"string\"\n  },\n  {\n    \"authorId\": 953,\n    \"color\": \"string\",\n    \"createdAt\": \"2024-07-09T10:07:39.560Z\",\n    \"description\": \"string\",\n    \"directory\": {\n      \"createdAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"hash\": \"string\",\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"params\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"type\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"hash\": \"string\",\n    \"icon\": \"string\",\n    \"priority\": 0,\n    \"value\": \"string\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"003f4d2f-d0b3-4ee0-ab85-009513b9dcde","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"8d8b2e72-0cd3-4152-9a18-31fcd5753bff","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"bd7e4255-c15d-4b7c-8303-c0416c6e4a6d","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d3ecfd63-331f-46cd-abf1-49eb48b1f6fc","name":"Assign tags to directory","request":{"name":"Assign tags to directory","description":{"content":"Assign tags to a directory.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_DIRECTORY_UPDATE`\n\n**User role permission required:** `assets_tags: update`\n","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"54326ec0-1e87-44d6-81a3-b7e025a8d3e0","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"d394e842-957d-46e1-8e14-de62a2cde8a2","name":"Created","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"6e13fe3b-8c89-47f9-8945-59c34ea426d8","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"49f3892e-a0eb-4f2c-8e42-34907de3b3e7","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"bdad30fb-ad07-482c-81aa-1e002efeac50","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"72e2f928-2ab4-490c-9da2-0377202ba562","name":"Unassign tags from directory","request":{"name":"Unassign tags from directory","description":{"content":"Unassign tags from a directory. This does not delete the tags or the directory.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_DIRECTORY_DELETE`\n\n**User role permission required:** `assets_tags: delete`\n","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"}],"method":"DELETE","auth":null,"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"3fc93360-11ad-46ff-bde9-4b48df6d0d4e","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"2b2cee6a-9af7-4405-a998-c8ab48f579e7","name":"No Content","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"No Content","code":204,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"19ec3293-3004-466e-9642-c9d407867a24","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"5d2fab71-0e43-4c15-b05c-51b48549f399","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4bc9ae6e-6bfa-46f4-80f4-b811dd9f9f77","name":"Update directory type","request":{"name":"Update directory type","description":{"content":"Update the type of a directory.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_DIRECTORY_UPDATE`\n\n**User role permission required:** `assets_tags: update`\n","type":"text/plain"},"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":null,"body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"12cf7d5c-c59b-4472-8fd2-db90fbc5c9b7","name":"OK","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"createdAt\": \"1957-12-20T06:08:07.906Z\",\n  \"hash\": \"string\",\n  \"name\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  },\n  \"type\": {\n    \"createdAt\": \"1975-10-13T05:33:54.729Z\",\n    \"hash\": \"string\",\n    \"name\": \"string\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d6176db9-6d2c-4c05-9478-247c0c6a5fa0","name":"Created","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PUT","body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"02dbe165-5418-4bdf-af8f-3cf43e16c584","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PUT","body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9b866fea-9f21-47c3-87ab-772d0bb3499c","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PUT","body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"82338482-7b05-4a86-9247-c81838ffb2bd","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","directories",":directoryHash","types"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"directoryHash","description":"(Required) Hash ID of the directory"}]},"method":"PUT","body":{"mode":"raw","raw":"{\n  \"directoryTypeHash\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"522d4920-6268-45ac-94de-058ea406bb13","name":"Get tag list","request":{"name":"Get tag list","description":{"content":"Gets a paginated list of tags that can be assigned to assets, for example promotions.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_TAG_READ`\n\n**User role permission required:** `assets_tags: read`\n","type":"text/plain"},"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"0","description":"Page to retrieve"},{"disabled":false,"key":"size","value":"10","description":"Limit of items per page"},{"disabled":false,"key":"directoryType","value":"string","description":"Directory type"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":null},"response":[{"id":"bdb24505-ddab-46d1-af97-278a6f841c1f","name":"OK","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"directoryType","value":"string"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"authorId\": 7143,\n      \"color\": \"string\",\n      \"createdAt\": \"1977-07-04T05:10:32.794Z\",\n      \"description\": \"string\",\n      \"directory\": {\n        \"createdAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hash\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"type\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"hash\": \"string\",\n      \"icon\": \"string\",\n      \"priority\": 0,\n      \"value\": \"string\"\n    },\n    {\n      \"authorId\": 7648,\n      \"color\": \"string\",\n      \"createdAt\": \"1965-02-16T12:40:22.075Z\",\n      \"description\": \"string\",\n      \"directory\": {\n        \"createdAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hash\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"type\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"hash\": \"string\",\n      \"icon\": \"string\",\n      \"priority\": 0,\n      \"value\": \"string\"\n    }\n  ],\n  \"pagination\": {\n    \"limit\": 10,\n    \"page\": 0,\n    \"pages\": 692,\n    \"total\": 9245\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"94ca21ea-3bee-43ff-9234-cef0d37165a9","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"directoryType","value":"string"}],"variable":[]},"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"39642c00-043f-4582-a801-3ecc8ecdaa8b","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"directoryType","value":"string"}],"variable":[]},"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"17693c82-b08d-473c-a78f-0be925d13c93","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"directoryType","value":"string"}],"variable":[]},"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a1fefb13-7415-4cd4-a53c-3c6e6d518b10","name":"Create tag","request":{"name":"Create tag","description":{"content":"Creates a tag that can be assigned to assets, for example promotions.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_TAG_CREATE`\n\n**User role permission required:** `assets_tags: create`\n","type":"text/plain"},"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":null,"body":{"mode":"raw","raw":"{\n  \"value\": \"string\",\n  \"priority\": 0,\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"753f1485-0df1-44e9-a05a-4639a7050e5a","name":"Created","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"string\",\n  \"priority\": 0,\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Created","code":201,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"authorId\": 3293,\n  \"color\": \"string\",\n  \"createdAt\": \"1999-11-05T18:11:34.360Z\",\n  \"description\": \"string\",\n  \"directory\": {\n    \"createdAt\": \"1968-08-27T12:34:06.405Z\",\n    \"hash\": \"string\",\n    \"name\": \"string\",\n    \"params\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"key_1\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"key_2\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"type\": {\n      \"createdAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"hash\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  },\n  \"hash\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bc65af8d-df1e-4726-ae69-5ceed16caf07","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"string\",\n  \"priority\": 0,\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"9808e16f-99b0-47c1-bd7d-916ca4aaac86","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"string\",\n  \"priority\": 0,\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"cef9dd9a-8735-417c-bab6-8a010e410c5c","name":"Not Found","originalRequest":{"url":{"path":["tags-collector","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"method":"POST","body":{"mode":"raw","raw":"{\n  \"value\": \"string\",\n  \"priority\": 0,\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"265692cf-ee72-472d-b0d5-91915b7294c1","name":"Update tag","request":{"name":"Update tag","description":{"content":"Updates a tag definition.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `TAGS_COLLECTOR_TAG_UPDATE`\n\n**User role permission required:** `assets_tags: update`\n","type":"text/plain"},"url":{"path":["tags-collector","tags",":tagHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"tagHash","description":"(Required) HashID of a tag"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PATCH","auth":null,"body":{"mode":"raw","raw":"{\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b7b48ced-5ee5-4f5a-b9bb-32f71ea56bdb","name":"OK","originalRequest":{"url":{"path":["tags-collector","tags",":tagHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"tagHash","description":"(Required) HashID of a tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"authorId\": 3293,\n  \"color\": \"string\",\n  \"createdAt\": \"1999-11-05T18:11:34.360Z\",\n  \"description\": \"string\",\n  \"directory\": {\n    \"createdAt\": \"1968-08-27T12:34:06.405Z\",\n    \"hash\": \"string\",\n    \"name\": \"string\",\n    \"params\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"key_1\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"key_2\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"type\": {\n      \"createdAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"hash\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  },\n  \"hash\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"41c2e9f8-cd06-458e-a67a-78109eb7c1e1","name":"Unauthorized","originalRequest":{"url":{"path":["tags-collector","tags",":tagHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"tagHash","description":"(Required) HashID of a tag"}]},"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"105d5b93-f986-4758-854c-ffd5308bf80d","name":"Forbidden","originalRequest":{"url":{"path":["tags-collector","tags",":tagHash"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"tagHash","description":"(Required) HashID of a tag"}]},"method":"PATCH","body":{"mode":"raw","raw":"{\n  \"color\": \"string\",\n  \"description\": \"string\",\n  \"directory\": \"string\",\n  \"icon\": \"string\",\n  \"priority\": 0,\n  \"value\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"a4bf9540-f4d7-4cf5-9633-16c5454833e0","name":"Tags","description":{"content":"","type":"text/plain"},"item":[{"id":"803b8133-8d87-4f7d-85f9-3598ba557842","name":"Get all tags","request":{"name":"Get all tags","description":{"content":"\nRetrieve all tags that can be assigned to profiles.\n\nThis endpoint is available from version 4.1.0\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `API_TAGS_CLIENT_READ`\n\n**User role permission required:** `client_tags: read`\n","type":"text/plain"},"url":{"path":["v4","clients","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3102d101-d1fb-4014-8f3d-0ea427fbe8a5","name":"A list of tags","originalRequest":{"url":{"path":["v4","clients","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": 645,\n    \"name\": \"nice tag\",\n    \"color\": \"#0768ff\"\n  },\n  {\n    \"id\": 645,\n    \"name\": \"nice tag\",\n    \"color\": \"#0768ff\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"bbe3deca-d74c-418b-939f-802b73191ec1","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3c437528-a31c-4b44-8202-a04aebb613f2","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"disabled":false,"description":"(Required) ","key":"Api-Version","value":"4.4"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c421a988-ba80-4959-a078-72b7cb99bd6c","name":"Create a tag","request":{"name":"Create a tag","description":{"content":"Create a new tag that can be assigned to profiles. If you try to create a tag that already exists, the response is the existing tag.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `API_TAGS_CREATE`\n\n**User role permission required:** `client_tags: create`\n","type":"text/plain"},"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"4a21e2a3-5b5f-4524-a945-912903fac587","name":"Tag created","originalRequest":{"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"businessProfileId\": 100005,\n  \"id\": 645,\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"00bb958d-656d-4d38-8f2e-f55b00abd0bb","name":"Invalid or incomplete data","originalRequest":{"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T11:02:25.939Z\",\n  \"path\": \"/tags\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 16213,\n      \"field\": \"name\",\n      \"message\": \"Scripts are not allowed\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9bbaacff-297c-4e4f-b50e-0fb5f071fa60","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"af9e818e-844b-471b-9fff-f068cd946527","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0d303ea2-c6d2-4f8c-aae0-87d602565694","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5a272996-39aa-450c-829f-edd9dcf91ada","name":"Update a tag","request":{"name":"Update a tag","description":{"content":"Update a tag. This method currently only allows modifying the `color` field.\n\nIf the tag has been already deleted, the response is a 404 error.\n\n**Important**: This method doesn't update global tags (not related to any workspace). If you try to update a global tag, the response is a 404 error.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `API_TAGS_CREATE`\n\n**User role permission required:** `client_tags: create`\n","type":"text/plain"},"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a8fe82fe-16e2-44b6-97b8-92a21f5452cd","name":"Tag updated","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"businessProfileId\": 100005,\n  \"id\": 645,\n  \"name\": \"nice tag\",\n  \"color\": \"#0768ff\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2f31358c-6b74-43ba-a39d-e50587a0a776","name":"Invalid or incomplete data","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 5626,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    },\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a1c9fe5a-c762-41fe-a836-7e4e3c961432","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"85f3da00-9587-44dc-b2bd-c78f4a1b5a20","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fae5fd5b-6bf8-4c99-af9b-1148788c1b97","name":"Tag doesn't exist or it is a global tag (not related to any workspace).","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 5020,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    },\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7c881555-7716-4e07-be09-7e3317a5738c","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n  \"color\": \"#0768ff\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3e34ccff-4d30-4ba3-83d8-76b676ed9326","name":"Remove a tag","request":{"name":"Remove a tag","description":{"content":"Remove a tag definition from the workspace.\n\nIf the tag has been already deleted, the response is a 404 error.\n\n**Important**: This method does not remove global tag (not related to any workspace). In this case, the response is a 404 error.\n\n**Note**: After removing a tag definition, the tag is still cached for a while. In that time, it is still possible for a while to remove or add this tag in profiles.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `API_TAGS_CREATE`\n\n**User role permission required:** `client_tags: create`\n","type":"text/plain"},"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e986fa27-d776-4ea2-8496-6ce553803275","name":"Tag removed","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"}],"method":"DELETE","body":{}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e5c52966-b146-4a6a-9589-8a9b2e5744b8","name":"Invalid or incomplete data","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 5020,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    },\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d14f7fe1-5303-4909-ba0b-c7f78dd6134b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"be40ac5e-f804-4e6e-8ac7-c89d5eafa7cf","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"aa2fe97b-0af0-4c9e-94b1-21ebe8c2610a","name":"Tag doesn't exist, was already deleted, or is a global tag (not related to any workspace).","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 5020,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    },\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"44d6a9f5-b466-40c7-9663-e4468b841346","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6f07d952-69b4-4fb7-b657-3bbb04a440e5","name":"Get profile tags","request":{"name":"Get profile tags","description":{"content":"Retrieve a list of tags assigned to a profile.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `API_TAGS_READ`\n\n**User role permission required:** `client_tags: read`\n","type":"text/plain"},"url":{"path":["v4","clients",":clientId","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"2f37824a-5ee2-4d53-867d-7f108f30702a","name":"OK","originalRequest":{"url":{"path":["v4","clients",":clientId","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": 645,\n    \"name\": \"nice tag\",\n    \"color\": \"#0768ff\"\n  },\n  {\n    \"id\": 645,\n    \"name\": \"nice tag\",\n    \"color\": \"#0768ff\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"7de957bc-60dc-490e-8444-58243f11d342","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":clientId","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52ad0885-7870-4ebb-9680-5bc6adb9a0eb","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":clientId","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d07e6296-509b-4d95-b3ec-fc55cee58cb7","name":"Assign tag to profile","request":{"name":"Assign tag to profile","description":{"content":"Assign a tag to a profile.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `API_ASSIGN_TAGS_EXECUTE`\n\n**User role permission required:** `client_tags: execute`\n","type":"text/plain"},"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":null},"response":[{"id":"39f3e134-bbbc-494a-a6d7-25fe66456c31","name":"Tag assigned","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"clientId\": 433230297,\n  \"id\": 73,\n  \"tagId\": 645\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3a0fd371-6b74-437f-86d6-f7ea7652c9c6","name":"Profile not found or data malformed","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 5020,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    },\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3eab2a58-4afe-4e21-b923-4afcbf9e0e12","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a5822249-3df2-44a1-afd7-82785b32e341","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d5cff71e-d919-48fe-bae1-6ac4dd7ce5f0","name":"Tag not found","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 5020,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    },\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ced50c6d-cf95-450a-bf20-165d51cdae89","name":"Unsupported Media Type","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unsupported Media Type","code":415,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:27:23.136+00:00\",\n  \"status\": 415,\n  \"error\": \"Unsupported Media Type\",\n  \"message\": \"Content type 'application/xml' not supported\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f202062d-b9f3-43f5-ae3b-7eafe35a9dac","name":"Remove tag from profile","request":{"name":"Remove tag from profile","description":{"content":"\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `API_ASSIGN_TAGS_EXECUTE`\n\n**User role permission required:** `client_tags: execute`\n","type":"text/plain"},"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":null},"response":[{"id":"8f67dd6a-4396-455e-8aa2-e4b3f1115343","name":"Tag removed","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"method":"DELETE","body":{}},"status":"Accepted","code":202,"header":[{"key":"Content-Type","value":"text/plain"}],"body":"","cookie":[],"_postman_previewlanguage":"text"},{"id":"e6dbf8ae-f87a-4e88-8464-f002e32aedab","name":"Profile not found or data malformed","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 5020,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    },\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"edc5a613-59d3-42a2-a50e-18f7c591f8ba","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"Bad Request\",\n  \"status\": 400,\n  \"timestamp\": \"2020-10-29T13:08:16.235Z\",\n  \"path\": \"/exampleEndpoint\",\n  \"message\": \"Some fields did not pass validation\",\n  \"errors\": [\n    {\n      \"code\": 120,\n      \"field\": \"exampleField\",\n      \"message\": \"120\",\n      \"rejectedValue\": \"exampleValue\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b1685500-7547-4c3d-8e2e-1d2cddd96200","name":"Forbidden; insufficient permissions (when PII protection is enabled, PII permissions are required in addition to the permissions listed in the method description)","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2018-06-07T07:29:27.489+00:00\",\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"Forbidden\",\n  \"path\": \"/path_of_the_endpoint\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c8a138f9-524a-47d9-a1b3-673192c9d1f3","name":"Tag not found","originalRequest":{"url":{"path":["v4","clients",":clientId","tags",":tagID"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"434428563","key":"clientId","description":"(Required) The ID of the profile\n\n**Upcoming breaking change (effective July 6, 2026):** Synerise is introducing changes to how user identifiers and UUIDs are handled. These changes may affect profiles with accented or diacritical characters in identifiers, profiles with leading or trailing whitespace in identifiers, and profiles with duplicate UUIDs. For details and recommended actions, see [Upcoming changes to identifier and UUID handling](https://hub.synerise.com/docs/settings/configuration/identifier-standardization/).\n"},{"disabled":false,"type":"any","value":"645","key":"tagID","description":"(Required) ID of the tag"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"error\": \"string\",\n  \"status\": 5020,\n  \"timestamp\": \"string\",\n  \"path\": \"string\",\n  \"message\": \"string\",\n  \"errors\": [\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    },\n    {\n      \"code\": 12082,\n      \"field\": \"countryCode\",\n      \"message\": \"Country Code must have 0 or 3 characters as per ISO format.\",\n      \"rejectedValue\": \"Poland\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"dc28af1a-1f82-4481-937a-d07faf905c28","name":"Screen views","description":{"content":"","type":"text/plain"},"item":[{"id":"1d606bb4-d02d-4edd-bbcb-4a4cb0e3e66f","name":"Generate screen view from feed","request":{"name":"Generate screen view from feed","description":{"content":"When this method is called, the Synerise backend finds all screen view campaigns applicable to the JWT context and returns the screen view with the highest priority (1). Inserts are processed. If an insert can't be processed, the returned `data` is empty.\n\n**IMPORTANT**: When the request's context is a Workspace or Synerise User JWT, only screen views with the audience set to `ALL` (\"Everyone\" in the Synerise Web Application) can be generated.\n\nIf the feed doesn't contain any screen views whose audience matches the JWT context of the request, the response is error 404.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>, <span title=\"Available only on mobile SDKs\">Incognito Profile</span>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"32ecfcdc-bc96-47e6-a84d-38128b2b7a51","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"09ef31a1-991f-2541-6768-e361f0bf9570\",\n  \"hash\": \"bb9f08a8-db90-d4c2-117c-ba7e5661ed70\",\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"createdAt\": \"1992-12-21T01:21:48.120Z\",\n  \"updatedAt\": \"2024-04-29T07:38:39.127Z\",\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"data\": {\n    \"collection\": [\n      {\n        \"slug\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"schema\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"content\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"uuid\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"slug\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"schema\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"content\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"uuid\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"key_0\": {}\n  },\n  \"path\": \"/v2/screen-views/f9215cb9-4a7e-410b-88cb-8bc40363cc10\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5b2aab5d-9715-4c8c-a2e4-049c646aade7","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c2567056-2ec5-43b6-a6f9-b8402b60ad97","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce0b0ff4-db6e-40c1-9c17-2e142fac7eee","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5a04ddf2-23d6-4552-8948-76dcdcde5bdd","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"27c97887-b129-489b-8a73-0e2fdf2db780","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0c144040-e0b1-4b8d-a6e4-2eb5126d2107","name":"Generate screen view from feed","request":{"name":"Generate screen view from feed","description":{"content":"When this method is called, the Synerise backend finds all screen view campaigns applicable to the JWT context and returns the screen view with the highest priority (1). Inserts are processed. If an insert can't be processed, the returned `data` is empty.\n\n**IMPORTANT**: When the request's context is a Workspace or Synerise User JWT, only screen views with the audience set to `ALL` (\"Everyone\" in the Synerise Web Application) can be generated.\n\nIf the feed doesn't contain any screen views whose audience matches the JWT context of the request, the response is error 404.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>, <span title=\"Available only on mobile SDKs\">Incognito Profile</span>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\",\n  \"key_2\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"99bef0cb-c178-495e-8b39-028734bb3376","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\",\n  \"key_2\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"a4b2ed03-1c86-f656-3a95-f6782c4d6071\",\n  \"hash\": \"99edf7e9-763d-1a46-243d-436ace1ec871\",\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"createdAt\": \"1953-07-23T00:23:10.135Z\",\n  \"updatedAt\": \"1961-11-02T07:21:42.444Z\",\n  \"audience\": {\n    \"targetType\": \"QUERY\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"data\": {\n    \"collection\": [\n      {\n        \"slug\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"schema\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"content\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"uuid\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"slug\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"schema\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"content\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"uuid\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  \"path\": \"/v2/screen-views/f9215cb9-4a7e-410b-88cb-8bc40363cc10\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"efd3b61c-a680-4743-93d8-abca9cdf404a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\",\n  \"key_2\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3585c37b-32bf-4027-b475-c31bea4a6611","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\",\n  \"key_2\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fada6fc4-c8a6-4097-b464-648747ec363f","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\",\n  \"key_2\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"78570a04-1884-4234-87bc-0185a044747a","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\",\n  \"key_2\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"db766bad-0158-4dd4-a09e-93c78652c0fa","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v3","screen-views",":feedSlug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\",\n  \"key_2\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b4c4bada-12c1-41d2-b77b-63cbf645c60b","name":"Create screen view","request":{"name":"Create screen view","description":{"content":"Create a screen view.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"1d148d63-5254-6e0e-b7cc-a5b2eae433c6\",\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      \"string\",\n      \"string\"\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"data\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"feedId\": \"c21b60f8-a2d6-ac65-3b92-b6f0db518f3d\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1995-11-07T08:10:12.145Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"1994-07-23T04:58:58.302Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1bc9bb8d-3755-4030-92c8-d3e8d19d1af1","name":"Success","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"1d148d63-5254-6e0e-b7cc-a5b2eae433c6\",\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      \"string\",\n      \"string\"\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"data\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"feedId\": \"c21b60f8-a2d6-ac65-3b92-b6f0db518f3d\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1995-11-07T08:10:12.145Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"1994-07-23T04:58:58.302Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"0a68ba07-cbe6-dd8c-6aad-20acca530776\",\n  \"businessProfileId\": 8064,\n  \"name\": \"string\",\n  \"status\": \"PAUSED\",\n  \"priority\": 99,\n  \"scheduled\": true,\n  \"author\": {\n    \"id\": 4225,\n    \"name\": \"string\",\n    \"avatar\": \"string\"\n  },\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      \"string\",\n      \"string\"\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"data\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"createdAt\": \"1965-09-02T23:11:31.625Z\",\n  \"updatedAt\": \"1978-02-14T05:51:52.021Z\",\n  \"directory\": {\n    \"id\": \"e86aed5f-180c-b1f3-d128-62e4ddbd417d\",\n    \"name\": \"string\",\n    \"createdAt\": \"1989-02-03T06:25:39.944Z\",\n    \"default\": true\n  },\n  \"feed\": {\n    \"id\": \"ed3bd704-bfca-96e1-9149-f042e6ce1022\",\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"createdAt\": \"2012-07-31T07:11:00.509Z\",\n    \"default\": false\n  },\n  \"description\": \"string\",\n  \"deletedAt\": \"2018-08-06T20:06:19.047Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0cfa817c-52d5-4e80-89f4-906b9707f62f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"1d148d63-5254-6e0e-b7cc-a5b2eae433c6\",\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      \"string\",\n      \"string\"\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"data\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"feedId\": \"c21b60f8-a2d6-ac65-3b92-b6f0db518f3d\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1995-11-07T08:10:12.145Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"1994-07-23T04:58:58.302Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"97902a66-27ba-4e75-8199-826e78cf9d1d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"1d148d63-5254-6e0e-b7cc-a5b2eae433c6\",\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      \"string\",\n      \"string\"\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"data\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"feedId\": \"c21b60f8-a2d6-ac65-3b92-b6f0db518f3d\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1995-11-07T08:10:12.145Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"1994-07-23T04:58:58.302Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"01213256-f629-4b9a-b37d-aa3d59b9c6af","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"1d148d63-5254-6e0e-b7cc-a5b2eae433c6\",\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      \"string\",\n      \"string\"\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"data\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"feedId\": \"c21b60f8-a2d6-ac65-3b92-b6f0db518f3d\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1995-11-07T08:10:12.145Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"1994-07-23T04:58:58.302Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"27fa4acc-5119-47ea-896d-71941929e3f5","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"1d148d63-5254-6e0e-b7cc-a5b2eae433c6\",\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      \"string\",\n      \"string\"\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"data\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"feedId\": \"c21b60f8-a2d6-ac65-3b92-b6f0db518f3d\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1995-11-07T08:10:12.145Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"1994-07-23T04:58:58.302Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4fd30abf-c12e-4ddc-a566-f873447afa55","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screen-views","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 99,\n  \"directoryId\": \"1d148d63-5254-6e0e-b7cc-a5b2eae433c6\",\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      \"string\",\n      \"string\"\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"data\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"feedId\": \"c21b60f8-a2d6-ac65-3b92-b6f0db518f3d\",\n  \"name\": \"string\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1995-11-07T08:10:12.145Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"1994-07-23T04:58:58.302Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a7aa6787-4dc2-44a4-8383-ed630e4c701d","name":"Initialize screen view","request":{"name":"Initialize screen view","description":{"content":"Create a screen view. It is created as a blank, without any conditions.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"dc6d0e6b-ae3c-4a6f-9f35-e7f60892ca5e","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"0a68ba07-cbe6-dd8c-6aad-20acca530776\",\n  \"businessProfileId\": 8064,\n  \"name\": \"string\",\n  \"status\": \"PAUSED\",\n  \"priority\": 99,\n  \"scheduled\": true,\n  \"author\": {\n    \"id\": 4225,\n    \"name\": \"string\",\n    \"avatar\": \"string\"\n  },\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      \"string\",\n      \"string\"\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"data\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"createdAt\": \"1965-09-02T23:11:31.625Z\",\n  \"updatedAt\": \"1978-02-14T05:51:52.021Z\",\n  \"directory\": {\n    \"id\": \"e86aed5f-180c-b1f3-d128-62e4ddbd417d\",\n    \"name\": \"string\",\n    \"createdAt\": \"1989-02-03T06:25:39.944Z\",\n    \"default\": true\n  },\n  \"feed\": {\n    \"id\": \"ed3bd704-bfca-96e1-9149-f042e6ce1022\",\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"createdAt\": \"2012-07-31T07:11:00.509Z\",\n    \"default\": false\n  },\n  \"description\": \"string\",\n  \"deletedAt\": \"2018-08-06T20:06:19.047Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"89cc8b2b-caa3-42dc-81f4-c4dc9d4e88b4","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6ee117ca-6e58-48c9-93a1-78d91fa8dd74","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c6290759-382c-488b-8f43-c8ef4947bfb1","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"403da564-74ab-4560-9785-ac4fc15bad90","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a9d6ec26-145a-4b5b-b8e1-442bde14fc12","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"74d19d94-4951-4844-bfcb-0e43c046f065","name":"Add content to screen view","request":{"name":"Add content to screen view","description":{"content":"Add content to a screen view. This overwrites any existing content.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7ea6f6ff-cd38-405d-b3b6-74b37997bf86","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"787108cc-e854-4696-a654-9892d81139be","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9e627e6e-8098-43fe-8f69-8b333b9a9dd5","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b31d538b-a3ce-4a2c-805e-680529962821","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6ac9e664-7c1a-4632-a57d-6c71dfc15201","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"45dfa431-5e28-48e7-b170-5b6fa1c8b641","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3e3c4320-0f7b-41dc-87c9-e0c35cc67d58","name":"Add audience to screen view","request":{"name":"Add audience to screen view","description":{"content":"Define the audience for a screen view.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"0a8bda5a-f7b4-48d6-a64e-d7a9c9d70607","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5db4e11b-f588-412d-8aee-991a85147ffb","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"339842ae-1a54-481a-a967-07f67e812050","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b0c5898-980b-4b00-a0c7-24c9a96deb2c","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6cc3ef5d-a105-48d9-a783-49414ffea357","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a25769cf-8128-4710-8610-b0e36f86ec43","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3f9c1706-cbce-4319-b973-d63b5576a0c2","name":"Update screen view priority","request":{"name":"Update screen view priority","description":{"content":"Update priority in a screen view.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"response":[{"id":"ee634cc4-023e-4ca5-9a46-3b3d1331f11f","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"eebdb02e-67b9-4e38-b6f4-348b49bbb413","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6666a09f-7703-497b-a3e9-23096eb42798","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2a61f777-38c2-4302-9a4e-2c68d62b46cb","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"013589b7-0b7c-42c6-b59c-ab063bfd93e4","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5b425e07-b250-4497-9536-8126531b72e1","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"99","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"397eecf9-c21a-4342-862f-122c74b4f5ae","name":"Rename screen view","request":{"name":"Rename screen view","description":{"content":"Update the name of a screen view. You can update the names of active screen views.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"response":[{"id":"d5ccc23f-9ab4-4492-bce3-03dabfd1020e","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3d332c3f-1ba6-4899-b6de-ef0e4077ade6","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"61c9c36e-7a5e-4a6c-80ee-e50547dab306","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"669ebfd5-c42c-40c7-b558-471cece2305b","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"764ee86d-cbee-40cb-befd-0262d89111a2","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"03342ce6-91c2-449f-a84c-06f787ea152b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7adffbc0-d311-4ba6-837d-b1a3c027d75c","name":"Preview screen view with a profile context","request":{"name":"Preview screen view with a profile context","description":{"content":"This endpoint can be used to preview a generated document as a Workspace or Synerise User. To generate the output as a profile (client), use one of the following methods:\n- [POST `/v3/screen-views/{feedSlug}/generate`](#operation/generateScreenViewByFeedPostV2)\n- [GET `/v3/screen-views/{feedSlug}/generate`](#operation/generateScreenViewByFeedGetV2)\n\n\nWhen this method is called, the Synerise backend finds all screen view campaigns in the requested feed which are applicable to the profile and returns the screen view with the highest priority (1). Inserts are processed. If an insert can't be processed, the returned `data` is empty.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f25078d3-0611-47fe-be5d-d41eac8c7d2a","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"a4b2ed03-1c86-f656-3a95-f6782c4d6071\",\n  \"hash\": \"99edf7e9-763d-1a46-243d-436ace1ec871\",\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"createdAt\": \"1953-07-23T00:23:10.135Z\",\n  \"updatedAt\": \"1961-11-02T07:21:42.444Z\",\n  \"audience\": {\n    \"targetType\": \"QUERY\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"data\": {\n    \"collection\": [\n      {\n        \"slug\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"schema\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"content\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"uuid\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"slug\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"schema\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"content\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"uuid\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  \"path\": \"/v2/screen-views/f9215cb9-4a7e-410b-88cb-8bc40363cc10\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d88f1eb1-c8e4-4e05-92de-a2a7e43b6e0b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"abcd467f-4527-4d16-98aa-692d89cb687f","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cbc0f0ed-1d1b-451d-84c1-c59bd8c58d55","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce772ae5-74c4-4740-9f77-cc5777aef301","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0154f979-aa43-4ba3-b07a-3100034f6159","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":feedSlug","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"feedSlug","description":"(Required) Slug of the screen view feed"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c50420ca-7b91-4bf1-80a3-1bc3b655cc1b","name":"List screen view feeds","request":{"name":"List screen view feeds","description":{"content":"Returns a list of screen view feeds.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3e6c7bf2-3665-4b01-b7d8-8fa7afb635e1","name":"List of feeds","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"763644cf-474f-3743-21d7-8957f1c74f9e\",\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"createdAt\": \"1953-07-03T22:10:19.602Z\",\n    \"default\": true\n  },\n  {\n    \"id\": \"62457277-3341-05c1-c74d-bbb7df3ddb8a\",\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"createdAt\": \"1976-08-02T10:26:15.341Z\",\n    \"default\": false\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"bb70452f-d150-410f-ae98-52bac8819cd2","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0bc06b0d-8904-4696-a0e3-007449f9fbce","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9c647c92-e18b-42a5-a3ad-f9360067a17e","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ad4bf2c8-6de7-47b3-a117-abc33623b936","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9e446adf-2707-4e5e-a1a7-b79a2a699a6a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c9f5e962-4521-4410-8e0c-1de1d37aeff3","name":"Create screen view feed","request":{"name":"Create screen view feed","description":{"content":"Create a new screen view feed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"01d4a929-2724-4ca1-9bd5-4e80c3c750bf","name":"Feed created","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"86e129e3-0fe5-e982-a739-faa471521725\",\n  \"slug\": \"string\",\n  \"name\": \"string\",\n  \"createdAt\": \"1969-11-10T17:27:33.205Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"976087fc-2e99-4ded-a839-d25978e19194","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b15e5664-f960-4934-aa00-a6780727765f","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"42d9531f-1855-4aea-869b-243405dd76a6","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ecd40fd4-c4ec-4aaf-b352-0a55115c9095","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"916c68cb-3524-44b1-ab99-789f1bb87aea","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"61dbc7b9-1630-460f-98e2-471a89794c5c","name":"List screen views","request":{"name":"List screen views","description":{"content":"Returns a paginated list of screen views.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1"},{"disabled":false,"key":"limit","value":"25","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in resource names"},{"disabled":false,"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","description":"UUID of the directory for filtering the results"},{"disabled":false,"key":"status","value":"ACTIVE"},{"disabled":false,"key":"feedId","value":"a9871c26-953f-eed6-c663-0db229dd9e06"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"0e70cdb6-c9bd-4de1-88c2-14f350a04f1c","name":"List of screen views","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"status","value":"ACTIVE"},{"key":"feedId","value":"a9871c26-953f-eed6-c663-0db229dd9e06"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": [\n      {\n        \"url\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rel\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"url\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rel\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"limit\": 9315,\n    \"count\": 3182.516587633435\n  },\n  \"data\": [\n    {\n      \"id\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"businessProfileId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"status\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"priority\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"scheduled\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"author\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"content\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"audience\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"createdAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"updatedAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"directory\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"feed\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"description\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"deletedAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"id\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"businessProfileId\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"status\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"priority\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"scheduled\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"author\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"content\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"audience\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"createdAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"updatedAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"directory\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"feed\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"description\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"deletedAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"019a62c8-9cbc-44f4-bed5-260ce9334fc2","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"status","value":"ACTIVE"},{"key":"feedId","value":"a9871c26-953f-eed6-c663-0db229dd9e06"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9fd3bb34-4e2d-4205-832a-774471cde276","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"status","value":"ACTIVE"},{"key":"feedId","value":"a9871c26-953f-eed6-c663-0db229dd9e06"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d67c9654-7289-4398-a46e-630571cc3bae","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"status","value":"ACTIVE"},{"key":"feedId","value":"a9871c26-953f-eed6-c663-0db229dd9e06"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4634dbbf-c3ff-43ee-8f3d-7e80a3144add","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"status","value":"ACTIVE"},{"key":"feedId","value":"a9871c26-953f-eed6-c663-0db229dd9e06"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e09ea336-bde4-4d14-ab83-2ed81a2d8bcd","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"status","value":"ACTIVE"},{"key":"feedId","value":"a9871c26-953f-eed6-c663-0db229dd9e06"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3fee84a0-72be-4844-a179-4c447a99c64f","name":"Get screen view","request":{"name":"Get screen view","description":{"content":"Retrieve the details of a screen view.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a6d29cbd-6f78-4fde-b0c5-42f6359f7c3b","name":"Details of the screen view","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"0a68ba07-cbe6-dd8c-6aad-20acca530776\",\n  \"businessProfileId\": 8064,\n  \"name\": \"string\",\n  \"status\": \"PAUSED\",\n  \"priority\": 99,\n  \"scheduled\": true,\n  \"author\": {\n    \"id\": 4225,\n    \"name\": \"string\",\n    \"avatar\": \"string\"\n  },\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      \"string\",\n      \"string\"\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"data\": [\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"createdAt\": \"1965-09-02T23:11:31.625Z\",\n  \"updatedAt\": \"1978-02-14T05:51:52.021Z\",\n  \"directory\": {\n    \"id\": \"e86aed5f-180c-b1f3-d128-62e4ddbd417d\",\n    \"name\": \"string\",\n    \"createdAt\": \"1989-02-03T06:25:39.944Z\",\n    \"default\": true\n  },\n  \"feed\": {\n    \"id\": \"ed3bd704-bfca-96e1-9149-f042e6ce1022\",\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"createdAt\": \"2012-07-31T07:11:00.509Z\",\n    \"default\": false\n  },\n  \"description\": \"string\",\n  \"deletedAt\": \"2018-08-06T20:06:19.047Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8d81e329-ca0b-4a9a-b638-7b84e9ce0b60","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c421dfe1-3625-4d8b-884f-336c828d08dc","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8d7e3c5d-ea21-4c0d-94c5-66e9b093ff92","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b8761092-b0ba-4d1f-b3f6-f41ab1708e80","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0f0aafb0-2d0d-433f-9161-b62a40cc0323","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"640452c8-e054-41c4-8fe8-f5f65a9aa39c","name":"Delete screen view","request":{"name":"Delete screen view","description":{"content":"Delete a screen view.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_DELETE`\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d4b9bf8c-660d-490e-8f17-acf84ff26e01","name":"Screen view deleted","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"90d33d79-45e9-4420-aba2-dd6c1ae61e38","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7f638452-f739-4f9a-b782-1a20a93a7cf8","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f931455-bd6c-4623-97b7-b0e37b0fb92f","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"859aff1c-72c5-4f01-8dbc-4585c5194b21","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3452de8e-c7e8-434f-9f3d-37815d86ca1d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9e54030a-1e20-4a6a-a16e-3719f2173026","name":"Copy screen view","request":{"name":"Copy screen view","description":{"content":"Copy a screen view. The copy receives the DRAFT status, regardless of the status of the original screen view.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"91a95dad-7dd3-44a8-a9e2-293fb394ec6a","name":"Data of the created copy","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"77de4ce5-82c4-9473-bfe2-9015a5844ff7\",\n  \"version\": \"string\",\n  \"status\": \"DRAFT\",\n  \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n  \"parentVersion\": \"string\",\n  \"authorId\": \"string\",\n  \"businessProfileId\": 8117,\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"isActive\": false,\n  \"createdAt\": \"1984-12-10T15:37:56.653Z\",\n  \"updatedAt\": \"1969-07-28T15:57:26.010Z\",\n  \"deletedAt\": \"1984-11-30T07:50:05.844Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1632dc41-2be8-47e4-aaf3-6440b2140761","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1a9a24a0-58da-4881-a7d6-4fe74d05d9a2","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"39a02aed-338f-4b5b-a15f-697317d13188","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"39e80bd0-046a-42fe-b5e9-70272b548261","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e6e03997-e99c-4658-9e91-680f72953d65","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"45b4fd8a-cda1-4321-a16c-4c1b325c8081","name":"Get predecessors for screen view","request":{"name":"Get predecessors for screen view","description":{"content":"Retrieve information about documents or screen views that refer **to** the requested screen view.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"962d5c16-f6a0-4603-9d20-da0c4241c985","name":"Entities which refer to the requested screen view","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"string\",\n    \"type\": \"screenview\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  },\n  {\n    \"id\": \"string\",\n    \"type\": \"screenview\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"f32387d8-b293-4599-9a17-8130ec730bf6","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3a6226de-ff68-4403-8aeb-3a19b0e01610","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5b2b5954-3446-4fc8-940a-6234718a5a3a","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3f14394a-8670-498e-a15a-ae20726a6066","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1136ce11-78cb-4010-8a0f-0b720ecf6dfe","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"16f36f44-09d1-4bb5-b09e-536927d9f49d","name":"Get successors for screen view","request":{"name":"Get successors for screen view","description":{"content":"Retrieve information about documents referenced **from** the requested screen view.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f6de1f50-f80f-478d-af52-67fbf6e88b4b","name":"Documents referenced from the requested screen view","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"string\",\n    \"type\": \"screenview\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  },\n  {\n    \"id\": \"string\",\n    \"type\": \"screenview\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"82344845-0d1f-47a0-90c0-f93ad83dc389","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9fcaacfc-edd1-4f2e-9a61-bfa9f818bdb9","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0c27e5b7-f692-45f9-b82d-fe05eed5306d","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"63abcdb1-a69a-410a-827e-eb47099884e4","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ab61679a-cd31-45a8-8be6-346d0cd01283","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"3059c9c5-e623-446c-98e0-7a3cf03effba","name":"List screen view directories","request":{"name":"List screen view directories","description":{"content":"Returns a list of screen view directories.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"c58346d3-2166-4560-af8c-b71ed33974a3","name":"List of directories","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"eb731776-91ac-86a8-8e28-a52f3bc03581\",\n    \"name\": \"string\",\n    \"createdAt\": \"2013-02-18T17:54:55.500Z\",\n    \"default\": false\n  },\n  {\n    \"id\": \"fc6b73eb-d1b4-88ca-45fa-803be34837c8\",\n    \"name\": \"string\",\n    \"createdAt\": \"1991-12-10T21:43:53.585Z\",\n    \"default\": true\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"42e51e19-faa9-466f-a8b4-b6670961b416","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e4acb5d7-986c-470b-a37f-1f2f73ee39b9","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0e02bb65-4156-4462-b036-c7197b798a4f","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"345f91ca-304a-4379-bc91-5138db1bc1d6","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"06c16257-2484-416c-9049-40e4183d11be","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7f28f909-9b1e-454b-b8af-35c24083ecde","name":"Add screen view directory","request":{"name":"Add screen view directory","description":{"content":"Create a directory for screen views.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"eb92b3ab-71ac-4ebf-a963-19859331e7ac","name":"Directory created","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"6778e0d1-c295-f1b9-712a-40f3b8d9ce99\",\n  \"name\": \"string\",\n  \"createdAt\": \"1999-10-17T02:05:44.210Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"810e92ea-6f27-4791-8811-72c71f866045","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e53df4c6-7ad3-4597-a2fa-6c676b4b3e04","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8c1d8798-fab8-401c-9ecd-7212b686b5bc","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"38a03a17-0df0-4130-8835-6181815aadaa","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f209c471-2d32-4ed6-a0d0-a19a472b1db9","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d8ea7f02-5f19-42d4-b960-563334cca27c","name":"Rename screen view directory","request":{"name":"Rename screen view directory","description":{"content":"Update the name of a screen view directory.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_DELETE`\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"93f0856d-5b8e-415f-bb65-6265cea569c2","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"6778e0d1-c295-f1b9-712a-40f3b8d9ce99\",\n  \"name\": \"string\",\n  \"createdAt\": \"1999-10-17T02:05:44.210Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2b63a35d-c198-411a-8998-4cb3f33394e3","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"43946853-dc78-4204-9ed7-2d602c4a33e6","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"16f46f8b-7ca5-4564-a0e7-f10c8ecc88e1","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"90aa15ec-4039-4d3f-a411-0e846ca7cf6a","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7932a19c-549e-43fb-b7cc-91c4ede5557f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8c76b5d9-22f2-4f63-8367-be06810e33b4","name":"Delete screen view directory","request":{"name":"Delete screen view directory","description":{"content":"Delete a screen view directory. The contents are moved into the default directory.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_DELETE`\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"f15ba97f-d375-4603-88aa-2e836fe21ea1","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"6778e0d1-c295-f1b9-712a-40f3b8d9ce99\",\n  \"name\": \"string\",\n  \"createdAt\": \"1999-10-17T02:05:44.210Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b2dbdee-c327-415f-b491-8115cdadb9f1","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c86a69b8-7569-4a34-9fb6-cd2f1bda2879","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f666444f-7a05-4ccd-816b-e3a0324cb6ce","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a8b6fce1-1bcb-4271-ba01-46f047672281","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"55166f43-8c9c-44b2-8cd3-a931c8e703e0","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"42af0bc9-2b21-4180-b72b-210b291ea515","name":"Assign screen view to directory","request":{"name":"Assign screen view to directory","description":{"content":"Assign a screen view to a directory. A screen view can only belong to one directory and using this endpoint overwrites the current assignment.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_DELETE`\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a2d8b4e7-75a8-496b-ab13-17a1b2fced75","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"docId\": \"b54da3e6-35f5-de0b-a44f-0269c0139b5e\",\n  \"name\": \"string\",\n  \"status\": \"PAUSED\",\n  \"scheduled\": true,\n  \"authorId\": 273,\n  \"directoryId\": \"627e418e-1da4-40f5-eed2-4f9a0e7fabc7\",\n  \"createdAt\": \"2024-03-07T14:52:10.787Z\",\n  \"updatedAt\": \"2001-03-29T09:16:48.064Z\",\n  \"deletedAt\": \"2012-10-02T00:58:44.596Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6535391b-9530-4ac2-a1f7-9f30d00f9bb5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8a6db4cf-b371-46a0-8439-0c37d8228e3e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce910e35-6bd6-44e6-801e-05151274c50e","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2b496394-d693-4159-a00a-a1b65d148ebc","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4ab4796e-fc1a-4dfb-845a-f185ee0fc775","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"42cc52df-39c6-4d4c-8d8f-8bbb42e99777","name":"Assign screen view to feed","request":{"name":"Assign screen view to feed","description":{"content":"Assign a screen view to a feed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"46d83699-d430-8747-ca80-57fd6aadb5b9","options":{"raw":{"language":"json"}}}},"response":[{"id":"3115c14c-a8af-4eb1-b675-096c6aa34f8d","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"46d83699-d430-8747-ca80-57fd6aadb5b9","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"63ef263d-bc9e-4417-9596-7db34fe50f3f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"46d83699-d430-8747-ca80-57fd6aadb5b9","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0e92d504-a599-48ff-a70a-c7ed630c3a91","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"46d83699-d430-8747-ca80-57fd6aadb5b9","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e0f31395-f4e0-4342-a2b7-cf951adf6c13","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"46d83699-d430-8747-ca80-57fd6aadb5b9","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0f6a9d63-25f2-4538-9be2-3c74f02ca566","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"46d83699-d430-8747-ca80-57fd6aadb5b9","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c0d8e757-67cb-4a48-8653-0f50a95d8c00","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","feed"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"46d83699-d430-8747-ca80-57fd6aadb5b9","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"14697d9a-4042-4826-a38d-a9a60158a816","name":"Rename screen view feed","request":{"name":"Rename screen view feed","description":{"content":"Update the name of a screen view feed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"266f7ad1-9d9a-45e1-863a-1790cc3b337b","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"6778e0d1-c295-f1b9-712a-40f3b8d9ce99\",\n  \"name\": \"string\",\n  \"createdAt\": \"1999-10-17T02:05:44.210Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4c2a58be-64b3-4878-845e-9ed763838f5d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"70045f1d-92b1-4ee7-b472-57fe4f6250a5","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4ceda9de-aeb1-4ae2-b21b-422a71eba4e9","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7c21af66-84d5-4bda-9c42-7c3348ee0934","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5f439a24-820c-4af2-9bad-974fdc66d940","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"08e299af-69d8-4811-8aea-2fd8e71a94d8","name":"Delete screen view feed","request":{"name":"Delete screen view feed","description":{"content":"Delete a screen view feed. The screen views currently in this feed are moved to the default feed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_DELETE`\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"47df5f99-fbc1-4d0e-9856-085f7c92ffd8","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"86e129e3-0fe5-e982-a739-faa471521725\",\n  \"slug\": \"string\",\n  \"name\": \"string\",\n  \"createdAt\": \"1969-11-10T17:27:33.205Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3023630a-9d7a-4a44-a29a-75c81c64b419","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d1bbcd0f-00ba-4077-b3f1-0c77fbd58942","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"03b7d787-6c60-49ab-af3f-9459776c9755","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"96e62aa6-f9ef-429c-af41-666cb4516fb6","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"38d34c8e-ea45-4623-99bf-20b48a4eea84","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views","feeds",":feedId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"feedId","description":"(Required) UUID of a screen view feed"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"138783a0-9908-41e9-b93d-69831734b77a","name":"Schedule object","request":{"name":"Schedule object","description":{"content":"Add a schedule to a document or screen view.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"externalId\": \"30109729-978d-a278-77fe-ee4a20f26b7b\",\n  \"type\": \"SCREENVIEW\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"2019-12-14T08:12:56.022Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2005-10-09T07:09:26.347Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"55aee642-c930-4339-b2d4-3dc0f269bc52","name":"Schedule added","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"30109729-978d-a278-77fe-ee4a20f26b7b\",\n  \"type\": \"SCREENVIEW\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"2019-12-14T08:12:56.022Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2005-10-09T07:09:26.347Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"active\": true,\n  \"externalId\": \"57578e9c-d2fb-578c-7882-294c33978ee9\",\n  \"type\": \"DOCUMENT\",\n  \"finished\": true,\n  \"schedule\": {\n    \"enabled\": true,\n    \"endDate\": \"1977-09-25T09:37:49.794Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"2001-08-29T19:00:01.611Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"04a43b9e-2e70-4f37-be80-a901164dbff5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"30109729-978d-a278-77fe-ee4a20f26b7b\",\n  \"type\": \"SCREENVIEW\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"2019-12-14T08:12:56.022Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2005-10-09T07:09:26.347Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e1b6aeff-5e1d-4654-810c-e98ccc0058af","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"30109729-978d-a278-77fe-ee4a20f26b7b\",\n  \"type\": \"SCREENVIEW\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"2019-12-14T08:12:56.022Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2005-10-09T07:09:26.347Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8cafc659-8c0d-48e1-8556-6aaaaf25bfdf","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"30109729-978d-a278-77fe-ee4a20f26b7b\",\n  \"type\": \"SCREENVIEW\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"2019-12-14T08:12:56.022Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2005-10-09T07:09:26.347Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"49afb27b-1679-4df5-b5d2-468200b6fe6b","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"30109729-978d-a278-77fe-ee4a20f26b7b\",\n  \"type\": \"SCREENVIEW\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"2019-12-14T08:12:56.022Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2005-10-09T07:09:26.347Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"86170f5c-ad16-4d4b-8b24-cf39fc742c9f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","scheduler","entry"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"externalId\": \"30109729-978d-a278-77fe-ee4a20f26b7b\",\n  \"type\": \"SCREENVIEW\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"2019-12-14T08:12:56.022Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2005-10-09T07:09:26.347Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f5cb18d8-5c70-4866-9df4-318e8814281f","name":"Get schedule the schedule of an object","request":{"name":"Get schedule the schedule of an object","description":{"content":"Get schedule object.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"DOCUMENT","key":"objectType","description":"(Required) Object type"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"bfe8c041-4b74-4072-83ba-f97fcfa3cd57","name":"Schedule details","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"DOCUMENT","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"active\": true,\n  \"externalId\": \"57578e9c-d2fb-578c-7882-294c33978ee9\",\n  \"type\": \"DOCUMENT\",\n  \"finished\": true,\n  \"schedule\": {\n    \"enabled\": true,\n    \"endDate\": \"1977-09-25T09:37:49.794Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"2001-08-29T19:00:01.611Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ae87cdaa-eb2c-4cdf-937e-c85713994b8d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"DOCUMENT","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52ba59af-7fa2-435f-9d2f-ae42fb5669c7","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"DOCUMENT","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9f85275a-f647-4ed0-a136-4f933ea5e087","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"DOCUMENT","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"24a27f79-ea60-46a4-b7b3-32fea89d8244","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"DOCUMENT","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cebfaca0-7082-43c9-bc94-bfa12440fa85","name":"Object has no schedule; or an exception occurred.","originalRequest":{"url":{"path":["schema-service","scheduler","entry",":objectType",":objectId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"objectId","description":"(Required) Screen view or document ID"},{"disabled":false,"type":"any","value":"DOCUMENT","key":"objectType","description":"(Required) Object type"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5c40a09b-46f0-4600-a157-a89f82cf7bf6","name":"Finish screen view","request":{"name":"Finish screen view","description":{"content":"Finish a screen view. A finished document is no longer displayed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"052ec01f-b024-466d-b4c0-9e58d6eed4a1","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fe38fb01-c2f9-45ea-b1ad-1cb1aa14f4a1","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f1bab731-5478-4f53-94fe-39e93921c224","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bc28a495-5186-4e86-a5f2-5c82710f051d","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b8c60095-8be7-4f85-928e-e239c39d9add","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cc90f8c0-f052-4894-bff6-a3e20720727a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e925a7d9-2662-4f15-8274-7180b2b6832e","name":"Resume screen view","request":{"name":"Resume screen view","description":{"content":"Resume a screen view that was paused.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"880650c1-febf-4439-bc0a-d140341d6c0f","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"be2aa8cd-d421-4dd0-beef-5c996fd7f16f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f59af364-4753-4bd8-8421-b0c402d55927","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7848d9af-955a-4552-ac55-3d89ebdcdfa0","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"528b93ff-a23c-4385-8a4e-cde9635b9a3f","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f991fcea-39d2-4773-8059-f4638023c314","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cf5fb68d-c7dc-405e-84ca-7aec798fb2bf","name":"Activate screen view","request":{"name":"Activate screen view","description":{"content":"Activate a screen view. It can be displayed to customers.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3e1cdc8a-5f1d-4037-bf01-ee4816a56e5b","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d2c48b36-a75b-4f9a-858b-18a10614a969","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"52b0b786-015d-46d9-9d38-5c4fff55500e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8130ae3c-4996-42d6-92fe-414f196a1f3b","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a4d1e476-2164-4f68-9443-9ff4505899d1","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"35bc192e-269a-4e08-8a5d-1d504a9938b1","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f82ae7bc-749d-4a1c-9e22-a16fe661f622","name":"Pause screen view","request":{"name":"Pause screen view","description":{"content":"Pause a screen view. Until resumed, it can't be displayed to customers.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"8e192119-a3e4-46ef-970a-63ae9abf25d4","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bb261f18-99cb-493b-b050-7e8093a964f0","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a59a60ad-574d-4538-868b-995dccc483c1","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3c3f3e62-24fc-4de4-9b39-6cc45ee2a4d9","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"556a2df6-17d0-411a-9f68-d08b071dcde6","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f3230d0b-5c90-4236-b7b8-8ee3f227308e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screen-views",":screenViewId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"520dfc23-bab9-4e1e-b0ac-d1b07f5495e2","name":"Screen views (legacy)","description":{"content":"","type":"text/plain"},"item":[{"id":"4e4fa0c5-1dd5-4f83-8562-e4f18f6ead75","name":"Get all screen views","request":{"name":"Get all screen views","description":{"content":"Retrieve a paginated list of all screen view campaigns in the workspace.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"string","description":"(Required) The maximum number of items to retrieve for pagination"},{"disabled":false,"key":"page","value":"1511","description":"(Required) The number of the page to retrieve"},{"disabled":false,"key":"status","value":"FINISHED","description":"Filter the results by screen view status"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4242fb16-9a4e-41e2-adc4-092a43832392","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"},{"key":"status","value":"FINISHED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"id\": \"8e42b305-482e-9b96-c703-ffdce39884be\",\n      \"businessProfileId\": 4413,\n      \"name\": \"string\",\n      \"status\": \"FINISHED\",\n      \"priority\": 99,\n      \"scheduled\": false,\n      \"author\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"avatar\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"content\": {\n        \"json\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"documents\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"groups\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"data\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"groupsOrder\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"audience\": {\n        \"targetType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"segments\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"createdAt\": \"1991-10-03T20:10:41.526Z\",\n      \"updatedAt\": \"2024-03-18T23:06:32.991Z\",\n      \"directory\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"feed\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"description\": \"string\",\n      \"deletedAt\": \"1973-10-20T09:24:07.972Z\"\n    },\n    {\n      \"id\": \"122cff3a-1180-3b4e-6caf-dc15042a6330\",\n      \"businessProfileId\": 1388,\n      \"name\": \"string\",\n      \"status\": \"DRAFT\",\n      \"priority\": 99,\n      \"scheduled\": false,\n      \"author\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"avatar\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"content\": {\n        \"json\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"documents\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"groups\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"data\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"groupsOrder\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"audience\": {\n        \"targetType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"segments\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"createdAt\": \"1979-03-18T20:06:29.573Z\",\n      \"updatedAt\": \"2020-12-25T16:24:00.400Z\",\n      \"directory\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"feed\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"description\": \"string\",\n      \"deletedAt\": \"2001-09-20T21:31:29.710Z\"\n    }\n  ],\n  \"pagination\": {\n    \"limit\": 9545,\n    \"page\": 5517,\n    \"pages\": 5696,\n    \"total\": 3550\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5f903314-2a08-4e51-be92-72699860a260","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"},{"key":"status","value":"FINISHED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0a6292b0-ae24-4989-b4ed-bdf8c73a33f3","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"},{"key":"status","value":"FINISHED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f6f6afe7-305a-4847-a495-0d61ec6823fa","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"},{"key":"status","value":"FINISHED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"04b9f419-54cb-4c22-aec2-b2bfcd6ebff0","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"},{"key":"status","value":"FINISHED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4d37487e-cfb1-4fe4-ad99-6e696931bc35","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"},{"key":"status","value":"FINISHED"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"301ffaeb-905d-4d9c-8e52-3bfdb9ff90e4","name":"Get screen views by keys","request":{"name":"Get screen views by keys","description":{"content":"Retrieve list of screen view campaigns by keys in the workspace.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"57319203-a160-45ea-8810-2444d1afc9c4","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"id\": \"37906dd4-c946-a5a1-fc1d-02947ce93acb\",\n      \"businessProfileId\": 6344,\n      \"name\": \"string\",\n      \"status\": \"FINISHED\",\n      \"priority\": 99,\n      \"scheduled\": true,\n      \"author\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"avatar\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"content\": {\n        \"json\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"documents\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"groups\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"data\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"groupsOrder\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"audience\": {\n        \"targetType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"segments\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"createdAt\": \"1977-12-09T01:03:17.152Z\",\n      \"updatedAt\": \"2019-10-22T08:36:31.899Z\",\n      \"directory\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"feed\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"description\": \"string\",\n      \"deletedAt\": \"1988-06-22T10:51:23.298Z\"\n    },\n    {\n      \"id\": \"1d670214-69ff-9178-f414-8970ca549fca\",\n      \"businessProfileId\": 4361,\n      \"name\": \"string\",\n      \"status\": \"PAUSED\",\n      \"priority\": 99,\n      \"scheduled\": true,\n      \"author\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"avatar\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"content\": {\n        \"json\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"documents\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"groups\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"data\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"groupsOrder\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"audience\": {\n        \"targetType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"segments\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"query\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"createdAt\": \"1988-08-02T02:44:09.516Z\",\n      \"updatedAt\": \"1947-02-23T07:07:27.037Z\",\n      \"directory\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"feed\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"description\": \"string\",\n      \"deletedAt\": \"1987-09-09T19:32:59.201Z\"\n    }\n  ],\n  \"pagination\": {\n    \"limit\": 6483,\n    \"page\": 4561,\n    \"pages\": 9010,\n    \"total\": 4313\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a269e816-ce06-46a8-b36c-3ed01c9daecc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1932b6b4-84fa-4fca-8571-a3d303e6f0f5","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c939a80d-f707-4bd3-a8ee-0e7dd1636ddd","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"16c12e74-96e1-47dd-8662-fb707cd6c117","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e48f5bab-7135-49b8-b511-ad4465c72954","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","byKeys"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b9621316-dec6-4706-9b6d-fa1714bc7058","name":"Get screen view","request":{"name":"Get screen view","description":{"content":"Retrieve the details of a single screen view campaign.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"bde759c6-e132-422b-86cc-930905c793ab","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"11a39267-192e-e2af-56eb-54431c84f734\",\n  \"businessProfileId\": 3533,\n  \"name\": \"string\",\n  \"status\": \"SCHEDULED\",\n  \"priority\": 99,\n  \"scheduled\": true,\n  \"author\": {\n    \"id\": 7429,\n    \"name\": \"string\",\n    \"avatar\": \"string\"\n  },\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      {\n        \"slug\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"version\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"slug\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"version\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"createdAt\": \"1952-04-16T04:32:15.893Z\",\n  \"updatedAt\": \"1960-02-23T02:38:48.689Z\",\n  \"directory\": {\n    \"id\": \"2242acdf-b5e6-cc6e-8888-ff9a3745e6ed\",\n    \"name\": \"string\",\n    \"createdAt\": \"2014-08-08T08:54:24.383Z\",\n    \"default\": false\n  },\n  \"feed\": {\n    \"id\": \"7071036d-8eb2-fed4-a3fe-95053ce1d8a0\",\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"createdAt\": \"1981-01-25T21:15:44.176Z\",\n    \"default\": true\n  },\n  \"version\": \"string\",\n  \"parentVersion\": \"string\",\n  \"description\": \"string\",\n  \"deletedAt\": \"1963-12-14T19:34:35.010Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"27ce33fd-0c73-4880-9269-65e268afe05d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e0c39cbd-aa1f-4d7d-af62-1766c2272a8b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"30b8c813-3f11-4592-8382-f33adf81bbc2","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0203b193-a7d6-458c-89c3-902f1c82cdc2","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"06a1e935-d164-4b38-8c11-fa176909e4c8","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"232cbacd-adda-4c17-868a-f7f3720c6949","name":"Get screen view versions","request":{"name":"Get screen view versions","description":{"content":"Retrieve all versions of a screen view campaign.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"limit","value":"string","description":"(Required) The maximum number of items to retrieve for pagination"},{"disabled":false,"key":"page","value":"1511","description":"(Required) The number of the page to retrieve"}],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"125f1213-ff92-4735-8094-c3a0111f25b3","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"draft\": {\n    \"id\": \"cd5a2b79-f1d9-2cd8-b406-059aedbc755e\",\n    \"version\": \"string\",\n    \"status\": \"PAUSED\",\n    \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n    \"parentVersion\": \"string\",\n    \"authorId\": \"string\",\n    \"businessProfileId\": 4969,\n    \"priority\": 99,\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"isActive\": false,\n    \"createdAt\": \"2025-05-10T13:34:07.433Z\",\n    \"updatedAt\": \"1964-05-03T05:11:42.633Z\",\n    \"deletedAt\": \"1984-04-06T14:42:44.291Z\"\n  },\n  \"currentlyPublished\": {\n    \"id\": \"a42e0741-f3a0-5b28-51af-1e3633b01679\",\n    \"version\": \"string\",\n    \"status\": \"PAUSED\",\n    \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n    \"parentVersion\": \"string\",\n    \"authorId\": \"string\",\n    \"businessProfileId\": 6882,\n    \"priority\": 99,\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"isActive\": true,\n    \"createdAt\": \"2009-08-05T11:05:05.692Z\",\n    \"updatedAt\": \"1976-05-20T06:11:29.780Z\",\n    \"deletedAt\": \"2004-09-06T05:25:05.465Z\"\n  },\n  \"previouslyPublished\": {\n    \"data\": [\n      {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"version\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hash\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"parentVersion\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"authorId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"businessProfileId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"priority\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"isActive\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"createdAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"updatedAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"deletedAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"version\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"hash\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"parentVersion\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"authorId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"businessProfileId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"priority\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"description\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"isActive\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"createdAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"updatedAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"deletedAt\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"pagination\": {\n      \"limit\": 582,\n      \"page\": 8485,\n      \"pages\": 1656,\n      \"total\": 7703\n    }\n  }\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5a4b5982-3ea5-4137-8fb6-2f63a88bc99c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"20972626-dfa7-47da-b22a-08e2d1ba19bb","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3769a0c8-e6c6-40f4-91c8-45bdb558d7b3","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d826bd34-fd7d-4290-a0b9-469d575e5450","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e75ac035-0cbc-4b02-80ae-9d13aad8a1cc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","versions",":screenViewId"],"host":["{{baseUrl}}"],"query":[{"key":"limit","value":"string"},{"key":"page","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f05601f7-6ad4-40b9-9f50-7bf6c1b22d7e","name":"Generate screen view","request":{"name":"Generate screen view","description":{"content":"When this method is called, the Synerise backend finds all screen view campaigns applicable to the profile and returns the screen view with the highest priority (1).\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6c8aaf63-84b0-4d0d-9abe-7db1104ab60c","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cb2a9da6-ee3a-401a-b34c-cf4de21a4fcc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"50977f1e-1220-4cbb-87ee-c03dd5b17087","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f42e2fe2-376b-4ca8-9c1d-ef1582c5386c","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d3770d67-f774-4df4-8b25-50f2665b3572","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0d242370-3a81-47a4-b1c3-bba57a17af75","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9043bf4a-6aff-4f7c-88dd-90f928a91805","name":"Generate screen view","request":{"name":"Generate screen view","description":{"content":"When this method is called, the Synerise backend finds all screen view campaigns applicable to the profile and returns the screen view with the highest priority (1).\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a757753a-63c1-40f4-84b8-7e57f79a53ee","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"489a3d78-17ae-b36f-34f8-528258ff5ddc\",\n  \"version\": \"string\",\n  \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n  \"name\": \"string\",\n  \"priority\": 99,\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"createdAt\": \"1968-01-25T18:47:09.608Z\",\n  \"updatedAt\": \"1995-12-26T23:33:32.644Z\",\n  \"path\": \"/screenView\",\n  \"data\": {},\n  \"parentVersion\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3a1e20cc-9685-44a9-a497-f8d8d84dfa31","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8b7e097a-b9aa-42ab-b3c0-195c4f1afb0e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e5cb56dd-8a8c-4b4f-b8be-ed2a88aa2ccf","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0fadf9d8-8a0b-462c-b0b5-9d54881d0f5b","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4c01ae9d-9435-4925-981d-e4071b6156f5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","screenViews","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"95149cd9-bcaf-4f2c-823b-6ff24b949e07","name":"Initialize screen view","request":{"name":"Initialize screen view","description":{"content":"Create a new screen view campaign. It is created as a blank, without any conditions.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"13d84809-11f5-440d-8710-975df4d91693","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"77de4ce5-82c4-9473-bfe2-9015a5844ff7\",\n  \"version\": \"string\",\n  \"status\": \"DRAFT\",\n  \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n  \"parentVersion\": \"string\",\n  \"authorId\": \"string\",\n  \"businessProfileId\": 8117,\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"isActive\": false,\n  \"createdAt\": \"1984-12-10T15:37:56.653Z\",\n  \"updatedAt\": \"1969-07-28T15:57:26.010Z\",\n  \"deletedAt\": \"1984-11-30T07:50:05.844Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"31f121ba-25a9-4a28-96ed-6d4c8cdf1c99","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f5764376-9a7a-44a2-a5e6-b728673960f6","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"57766b00-c8de-4f37-8c5a-49a38a8cb46e","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a62ab70b-7bc9-492b-b954-7f79ad31c692","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8efb51e4-0080-4377-ba84-69ca54d7348d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"80c2eb90-a299-4a03-b6b2-3f097b8bd19b","name":"Copy content","request":{"name":"Copy content","description":{"content":"Copy content to a screen view draft from another screen view.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"dc234d2e-0db5-4b99-9ce9-08ee6f6d0b43","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"913939e5-808e-46e5-a721-5c777de38e46","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4aadf158-7a60-4141-8dd4-943847d7cd3d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c238e9a1-7a2a-4b06-9cba-a68b87bd1b9f","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7f5527bc-6955-46a1-8187-1514031e0f7d","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b9384b85-1934-4e18-9e95-6cc04fa411aa","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion","copyFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c5aaaeb9-2db2-4c62-a733-30ad4e784dba","name":"Add content","request":{"name":"Add content","description":{"content":"Add content to a screen view draft.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"947bb549-1a8e-4daf-a364-c5a6a5933ee6","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"31f5e26c-55c0-4c79-9914-7db1c6bf6148","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1e741484-0528-4392-a23b-a3d0c7b36ef4","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e1c2602f-1eb7-4e52-ba94-e767abdd4042","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e7000264-b9a6-4130-b905-a19cef8a60fc","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"faafc9bf-f061-4a08-b24d-863c0dcd2300","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","content",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"json\": {\n    \"key_0\": {}\n  },\n  \"documents\": [\n    \"string\",\n    \"string\"\n  ],\n  \"groups\": [\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n  ],\n  \"data\": [\n    {\n      \"slug\": \"basket\"\n    },\n    {\n      \"slug\": \"basket\"\n    }\n  ],\n  \"groupsOrder\": false\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"841bc198-063f-4ed4-946f-20d9e1c4baa8","name":"Add audience","request":{"name":"Add audience","description":{"content":"Define the audience for a screen view draft.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f6c9a0af-9972-4796-92b2-ad0a5ea35db5","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6f9c549d-6938-4890-8bb2-43a5521d755b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"04ccbf37-399a-42df-bda0-c511599f547b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6bedc72d-5c72-4707-8a64-97ed4646a015","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6d384e8e-cc14-4991-960c-6ed36f66fa9c","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6d43ec1b-ab07-46dd-9a54-6064fca16e86","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","audience",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"471ca40e-fe2f-441a-b50b-1f2bf8cfc722","name":"Publish screen view","request":{"name":"Publish screen view","description":{"content":"Make the screen view accessible to customers.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"overwrite\": true\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"304e39d9-d3be-4c01-ac53-e7bf1ebef1b6","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": true\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0c81d9b1-9e6f-4fc5-bee6-5d48f3565cb8","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"89d4894d-2a7a-4739-bfc2-7fd72f61a605","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"be983f23-1b4c-4f24-9e01-dc66fdfe290c","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"38613794-9602-481b-bebc-0dc5a38ac3c8","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3ccbae34-1bbf-4c2d-9aa1-0995a805e5af","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","publish",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"overwrite\": true\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8eefcad0-f3cc-468a-b186-8a3a6d32ed7a","name":"Copy draft from existing screen view","request":{"name":"Copy draft from existing screen view","description":{"content":"Copy a duplicate of an active screen view. The duplicate is in draft status.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"a99b32c6-889b-49f6-b9f0-fd8a70a15d91","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"77de4ce5-82c4-9473-bfe2-9015a5844ff7\",\n  \"version\": \"string\",\n  \"status\": \"DRAFT\",\n  \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n  \"parentVersion\": \"string\",\n  \"authorId\": \"string\",\n  \"businessProfileId\": 8117,\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"isActive\": false,\n  \"createdAt\": \"1984-12-10T15:37:56.653Z\",\n  \"updatedAt\": \"1969-07-28T15:57:26.010Z\",\n  \"deletedAt\": \"1984-11-30T07:50:05.844Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce5a8ce0-4990-4b26-a0ba-fab4fe4b6026","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0c568710-e53f-4fed-952c-875d6d50562e","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e66dadfe-3c17-44c1-bfd1-d25f45d234fe","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4b083325-d39b-4b6e-87f9-ca7cfba15c8c","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"baf285e0-aaa3-47e8-92e5-757ab7beddc4","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","copyDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4ada427c-b60b-488e-abb4-c8d40c3fdb3e","name":"Create draft from existing screen view","request":{"name":"Create draft from existing screen view","description":{"content":"Create a duplicate of an active screen view. The duplicate is in draft status.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"186d4ce8-16b1-41e8-8ce3-4c78dc612534","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"77de4ce5-82c4-9473-bfe2-9015a5844ff7\",\n  \"version\": \"string\",\n  \"status\": \"DRAFT\",\n  \"hash\": \"bb6639b2-a98e-49d9-804f-ed6c0e2a0d2f:2019-12-05T08:22:10.094\",\n  \"parentVersion\": \"string\",\n  \"authorId\": \"string\",\n  \"businessProfileId\": 8117,\n  \"priority\": 99,\n  \"name\": \"string\",\n  \"description\": \"string\",\n  \"isActive\": false,\n  \"createdAt\": \"1984-12-10T15:37:56.653Z\",\n  \"updatedAt\": \"1969-07-28T15:57:26.010Z\",\n  \"deletedAt\": \"1984-11-30T07:50:05.844Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e1cd0f14-08e8-40b6-b05e-32346fe5e1f6","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a231894a-0c47-482d-83bc-622b7247ff88","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9c2d5101-3220-4e9b-bcbb-dac0fec94114","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"14b5e031-3a1a-4c54-8dfa-ac18a3dd79c5","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f258ad4b-680d-495c-b0b2-a7d6ae8f4239","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","createDraftFromExistingScreenView"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"screenViewId\": \"95b47795-1c45-8aa4-fa71-5d2782a8135a\",\n  \"screenViewVersion\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ff3e44b5-c048-4238-b147-41b29784e499","name":"Update screen view description","request":{"name":"Update screen view description","description":{"content":"Update the description of a screen view. You can update the descriptions of active screen views.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"response":[{"id":"65253409-e7dd-43b6-863e-5fb8562e7607","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0096a1ed-1e95-4182-b774-99d438e5bb33","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"affedddf-39dc-46b2-97ce-d5f47a83cf2a","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ea003dcd-6021-435a-a075-30f3142a1377","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c2f9005-e597-4faa-9b1f-4c5403c4a3c9","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8d3ee2fc-ad10-4119-96c1-9c69cf9ce7fd","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","description"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a8643c59-bd26-4960-806c-130614c0b667","name":"Update screen view priority","request":{"name":"Update screen view priority","description":{"content":"Update the priority of a screen view. You can update the priorities of active screen views.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"8305","options":{"raw":{"language":"json"}}}},"response":[{"id":"6649c58a-2bec-41f7-a32e-4e22715804f8","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8305","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4ec16718-3244-4471-9789-46ddaf52d429","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8305","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c57dd417-6bf1-4dbe-8bcd-28b9b76963df","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8305","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"61b2251f-5776-428f-87b5-fea4e1aa1a45","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8305","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"25238752-78b8-4969-9c9f-29666f851742","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8305","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"13ef0674-3cd6-4468-baa6-9dfbc1ca4711","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single",":screenViewId",":screenViewVersion","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"8305","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4fc2a3c8-1a54-4834-a4cc-2357ce6f2bcb","name":"Discard changes","request":{"name":"Discard changes","description":{"content":"Discard the changes made in a version of a screen view.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e72bd85a-4566-41f2-a02a-6ad402dcfc87","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"11a39267-192e-e2af-56eb-54431c84f734\",\n  \"businessProfileId\": 3533,\n  \"name\": \"string\",\n  \"status\": \"SCHEDULED\",\n  \"priority\": 99,\n  \"scheduled\": true,\n  \"author\": {\n    \"id\": 7429,\n    \"name\": \"string\",\n    \"avatar\": \"string\"\n  },\n  \"content\": {\n    \"json\": {\n      \"key_0\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    \"documents\": [\n      {\n        \"slug\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"version\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"slug\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"version\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"groups\": [\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n      \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n    ],\n    \"groupsOrder\": false\n  },\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"createdAt\": \"1952-04-16T04:32:15.893Z\",\n  \"updatedAt\": \"1960-02-23T02:38:48.689Z\",\n  \"directory\": {\n    \"id\": \"2242acdf-b5e6-cc6e-8888-ff9a3745e6ed\",\n    \"name\": \"string\",\n    \"createdAt\": \"2014-08-08T08:54:24.383Z\",\n    \"default\": false\n  },\n  \"feed\": {\n    \"id\": \"7071036d-8eb2-fed4-a3fe-95053ce1d8a0\",\n    \"slug\": \"string\",\n    \"name\": \"string\",\n    \"createdAt\": \"1981-01-25T21:15:44.176Z\",\n    \"default\": true\n  },\n  \"version\": \"string\",\n  \"parentVersion\": \"string\",\n  \"description\": \"string\",\n  \"deletedAt\": \"1963-12-14T19:34:35.010Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5c321d9c-47e4-4e6e-b8e3-d087eef36a5a","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"53b95c91-3d5f-4e3c-a47e-8cba77b99a25","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"894af5c9-78ad-46ad-840f-f018ad0488b3","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0ec902c8-cd9c-4319-a520-633f239ace18","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3ab0412f-57b5-4b34-8bc0-e9274f999711","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","discardChanges",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"53d5e626-dd8d-4acc-96f6-b2a558217505","name":"Delete screen view","request":{"name":"Delete screen view","description":{"content":"Delete a screen view and all its versions. This operation is irreversible.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"3decf8c4-0c98-4a82-931c-22ef87fa67f6","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a89c06ad-ba12-4852-88cd-81a9135d7bc0","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c8387974-4c74-4942-beab-3640d9d971ce","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"18b922e4-324c-4e47-b3c1-f29670fe92f2","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cfd3de81-a654-4f83-a67a-3c1ee3cf5dea","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5643b75e-d6d6-43ed-a080-bae8b2693d46","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","delete",":screenViewId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a75230bb-e5ed-4c26-9ae1-9bd8d3b6a4ba","name":"Delete screen view version","request":{"name":"Delete screen view version","description":{"content":"Delete a version of a screen view.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"305253ef-20f0-4fed-87dc-d226cb5a6d9c","name":"Success","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e2adec1e-f6ac-4460-b0c2-a3eaf0fff844","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"951963f9-3b32-47a4-9c37-26afd2f64aec","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1b5fa903-27de-4899-ad68-90be1cd25c23","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7fac1739-0aff-47be-ae50-88def61e588d","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"538d677f-a3e9-46e6-b46d-1643287fe991","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","screenViews","single","delete",":screenViewId",":screenViewVersion"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"screenViewId","description":"(Required) UUID of the screen view"},{"disabled":false,"type":"any","value":"string","key":"screenViewVersion","description":"(Required) Version of the screen view"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"2621fca1-28b1-43f0-8c1b-3b35ede5da3f","name":"Documents","description":{"content":"","type":"text/plain"},"item":[{"id":"310dfd81-0783-4706-9478-17d318cb56f7","name":"Generate document (slug)","request":{"name":"Generate document (slug)","description":{"content":"Generate a document. Inserts are processed. If an insert can't be processed, the returned `content` is empty.\n\nIf the document includes inserts with a context (for example, `{% customer param %}`), you must authenticate the request with a JWT that provides the context.\n\nIf you want to authenticate with a JWT that doesn't provide the required context, you can use the [`POST /v2/documents/{slug}/generate` endpoint](operation/generateDocumentBySlug) to provide the parameter values in the request body.\n\n**IMPORTANT**: When the request's context is a Workspace or Synerise User JWT, only documents with the audience set to `ALL` (\"Everyone\" in the Synerise Web Application) can be generated.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>, <span title=\"Available only on mobile SDKs\">Incognito Profile</span>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"affe50c6-3a79-46c5-abf0-086255cab255","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"content\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"uuid\": \"2652b200-bbcd-4ddd-e2b0-c9e99bdf6361\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4889c2ad-1bec-4603-8317-ccfe57359d9e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"570e400d-a553-41c8-a6ab-c24250c7fdbe","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3a94df7d-119a-4544-981a-731b506344a8","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e9f9ac84-ea11-4821-b2df-a0004a9fa836","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"64e26e8f-24a5-44f3-a274-5c01ca51602f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"fb927ec1-3b52-4a22-a2f4-7c995cbfd247","name":"Generate document (slug)","request":{"name":"Generate document (slug)","description":{"content":"Generate a document. Inserts are processed. If an insert can't be processed, the returned `content` is empty.\n\n**IMPORTANT**: When the request's context is a Workspace or Synerise User JWT, only documents with the audience set to `ALL` (\"Everyone\" in the Synerise Web Application) can be generated.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>, <span title=\"Available only on mobile SDKs\">Incognito Profile</span>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b7cd174a-2bdc-488e-aadd-4511d6e905db","name":"Processed JSON content","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"content\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  },\n  \"uuid\": \"2652b200-bbcd-4ddd-e2b0-c9e99bdf6361\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"19597706-8cf1-4960-91b6-ef33d571c042","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"11d9912b-b1fc-4d2f-bb8a-4880836f2801","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7f805a90-c299-4cfd-b708-b5b8aac3b5f3","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2254a144-12f7-42e4-bf00-6e4ab4bad581","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d29287a7-d575-4c24-8bb5-a1901561e08d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8d535c1d-e858-4aa9-96ba-6530d62c2650","name":"Generate document (document UUID)","request":{"name":"Generate document (document UUID)","description":{"content":"Generate a document. Inserts are processed. If an insert can't be processed, the returned `content` is empty.\n\n**IMPORTANT**: When the request's context is a Workspace or Synerise User JWT, only documents with the audience set to `ALL` (\"Everyone\" in the Synerise Web Application) can be generated.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1662cc19-6f29-45ff-aef5-960e028bffa7","name":"Processed document","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"key_0\": {}\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d1ae05e8-ee74-43cc-910a-bf3b84a0d3ac","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f73c9056-8483-4482-a98f-ae4e1353c41a","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b6f36405-11d2-41fd-bacf-dab30cdb3906","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b0b8db2d-2b2c-4894-a9c1-65e11e029b75","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bed68f6f-ac6f-45be-9940-08a803718881","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"customer.firstName\": \"Joe\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4d28f111-fefc-497d-a2a2-b9fe053e755a","name":"Create document","request":{"name":"Create document","description":{"content":"Create a new document.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 5,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"directoryId\": \"f53f7759-6761-5778-8590-e13086a10997\",\n  \"schema\": \"containers\",\n  \"groupId\": \"19791b15-ecbf-076f-8b84-ac0765466bac\",\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1960-07-31T05:41:36.393Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"WEEKLY\",\n    \"startDate\": \"1983-05-19T11:38:20.139Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"f69a4997-906a-40ed-84d5-4c0ae6760b9b","name":"Document created","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 26,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": \"QUERY\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"directoryId\": \"6133c11f-57e2-ac1f-8b55-50fa896fcc69\",\n  \"schema\": \"containers\",\n  \"groupId\": \"14f6001d-ab9e-68fc-1341-d552ac9e7e2c\",\n  \"schedule\": {\n    \"enabled\": true,\n    \"endDate\": \"1958-01-31T23:10:58.816Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2003-10-23T08:58:15.665Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"724ac5b1-46fa-4970-fee0-e173f8654a67\",\n  \"name\": \"string\",\n  \"priority\": 74,\n  \"status\": \"ACTIVE\",\n  \"scheduled\": false,\n  \"createdAt\": \"2018-04-15T18:49:14.407Z\",\n  \"updatedAt\": \"1983-02-07T03:39:41.353Z\",\n  \"author\": {\n    \"id\": 6937,\n    \"name\": \"string\",\n    \"avatar\": \"string\"\n  },\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"directory\": {\n    \"id\": \"b8e8958b-4c1c-7eb4-cab9-644712e9a37a\",\n    \"name\": \"string\",\n    \"createdAt\": \"2016-04-06T03:08:14.636Z\",\n    \"default\": false\n  },\n  \"group\": {\n    \"id\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"name\": \"string\",\n    \"createdAt\": \"1985-07-15T16:51:49.880Z\",\n    \"deletedAt\": \"2019-11-02T22:50:42.946Z\",\n    \"nr\": 8866\n  },\n  \"deletedAt\": \"1973-09-18T11:59:13.172Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ea5d6033-aa9c-4eb1-b288-0a98310e8acf","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 26,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": \"QUERY\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"directoryId\": \"6133c11f-57e2-ac1f-8b55-50fa896fcc69\",\n  \"schema\": \"containers\",\n  \"groupId\": \"14f6001d-ab9e-68fc-1341-d552ac9e7e2c\",\n  \"schedule\": {\n    \"enabled\": true,\n    \"endDate\": \"1958-01-31T23:10:58.816Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2003-10-23T08:58:15.665Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ba0eb010-6c04-411f-9485-50be36c61948","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 26,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": \"QUERY\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"directoryId\": \"6133c11f-57e2-ac1f-8b55-50fa896fcc69\",\n  \"schema\": \"containers\",\n  \"groupId\": \"14f6001d-ab9e-68fc-1341-d552ac9e7e2c\",\n  \"schedule\": {\n    \"enabled\": true,\n    \"endDate\": \"1958-01-31T23:10:58.816Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2003-10-23T08:58:15.665Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"47205f35-0e60-445c-9f06-be0f7331f2bf","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 26,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": \"QUERY\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"directoryId\": \"6133c11f-57e2-ac1f-8b55-50fa896fcc69\",\n  \"schema\": \"containers\",\n  \"groupId\": \"14f6001d-ab9e-68fc-1341-d552ac9e7e2c\",\n  \"schedule\": {\n    \"enabled\": true,\n    \"endDate\": \"1958-01-31T23:10:58.816Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2003-10-23T08:58:15.665Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a1c5227f-5b3b-49f3-a096-fdaec363d294","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 26,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": \"QUERY\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"directoryId\": \"6133c11f-57e2-ac1f-8b55-50fa896fcc69\",\n  \"schema\": \"containers\",\n  \"groupId\": \"14f6001d-ab9e-68fc-1341-d552ac9e7e2c\",\n  \"schedule\": {\n    \"enabled\": true,\n    \"endDate\": \"1958-01-31T23:10:58.816Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2003-10-23T08:58:15.665Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f3d64d6b-28fe-4692-bafc-4eeeabea26e5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 26,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"slug\": \"basket\",\n  \"audience\": {\n    \"targetType\": \"QUERY\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"directoryId\": \"6133c11f-57e2-ac1f-8b55-50fa896fcc69\",\n  \"schema\": \"containers\",\n  \"groupId\": \"14f6001d-ab9e-68fc-1341-d552ac9e7e2c\",\n  \"schedule\": {\n    \"enabled\": true,\n    \"endDate\": \"1958-01-31T23:10:58.816Z\",\n    \"endType\": \"NEVER\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"ENTIRE\",\n    \"startDate\": \"2003-10-23T08:58:15.665Z\",\n    \"startType\": \"SCHEDULED\",\n    \"timezone\": \"Europe/Warsaw\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9b33c6fc-d525-439e-8721-e5220dc4f503","name":"Initialize document","request":{"name":"Initialize document","description":{"content":"Create a new document. It is created as a blank, without any conditions.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"b92df371-d9a6-413e-b70c-9522b7e0fb3f","name":"Document initialized","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"docId\": \"b54da3e6-35f5-de0b-a44f-0269c0139b5e\",\n  \"name\": \"string\",\n  \"status\": \"PAUSED\",\n  \"scheduled\": true,\n  \"authorId\": 273,\n  \"directoryId\": \"627e418e-1da4-40f5-eed2-4f9a0e7fabc7\",\n  \"createdAt\": \"2024-03-07T14:52:10.787Z\",\n  \"updatedAt\": \"2001-03-29T09:16:48.064Z\",\n  \"deletedAt\": \"2012-10-02T00:58:44.596Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6a7e4f97-e780-4980-9caf-88b5ba5d43b5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cf5c1336-e96a-41f0-9716-ea97d9d58574","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c67f6980-0add-4b03-b81a-b16fffb0425a","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b6523347-35ca-471a-b2e4-23eba82c885a","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8d7694f7-8f14-412b-a677-d098a89bf732","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","createNew"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"directory\": \"9cde7c44-ca32-6442-58f5-92e6caebc348\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8e0bfb1c-3805-41ba-b3a1-0072e64d9c9f","name":"Add audience to document","request":{"name":"Add audience to document","description":{"content":"Define the audience for a document.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"955f4c92-781b-4361-bd27-eba3510fb67b","name":"Audience defined","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8318e7d7-7f56-4fa3-98dc-a695ab9330af","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"51e952e2-3304-49fc-93aa-39a50d277bc5","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e91257d4-f0b7-4582-b00c-63e4b5833982","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5e4df8a5-3f1d-4aff-b41f-a6e8cc2aae06","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"411b06b3-bbc7-4da4-a111-74c31df16012","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","audience"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"targetType\": \"ALL\",\n  \"segments\": [\n    \"string\",\n    \"string\"\n  ],\n  \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8435788f-d334-4ba6-8ebb-ea30ee74bb37","name":"Add content to document","request":{"name":"Add content to document","description":{"content":"Add content and configuration (priority, schema, and so on) to a document.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"priority\": 37,\n  \"content\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {},\n    \"key_3\": {}\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"91b8bf22-de55-48cf-9ca6-2e39fc7d67e1","name":"Content added","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 37,\n  \"content\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {},\n    \"key_3\": {}\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1362bf2d-d583-4dd6-9d90-158f0bc6f5d0","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 37,\n  \"content\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {},\n    \"key_3\": {}\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"53bb9963-3f7f-45d0-af1e-e830beac59d3","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 37,\n  \"content\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {},\n    \"key_3\": {}\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3b9997ee-c497-4612-b915-d5de83c9d3ff","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 37,\n  \"content\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {},\n    \"key_3\": {}\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f26040bc-eeea-4c39-96b9-16b2c2306bbd","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 37,\n  \"content\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {},\n    \"key_3\": {}\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5d7f9d2b-9c56-4cd8-ad1d-4aac863f96cf","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"priority\": 37,\n  \"content\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {},\n    \"key_3\": {}\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d79a1c23-a39d-4d54-a6c4-301bfe4d72b0","name":"Rename document","request":{"name":"Rename document","description":{"content":"Rename a document.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"response":[{"id":"37cd7c67-9696-433c-94e4-91635a0dab31","name":"Document renamed","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a2bce7dd-fff3-4064-ac93-09918d41de1e","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"feb48916-19e9-464a-b93f-b0e299bf9798","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0837d2a8-360e-434f-a996-33e678597ebe","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a4d0f352-e700-4c02-8fab-1cc33d8ba4ed","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a6413583-57a1-48b5-9279-dd1078a39ad7","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","name"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b260e918-b7fc-4221-9689-1f1a6a314ceb","name":"Update priority in document","request":{"name":"Update priority in document","description":{"content":"Update priority in a document.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"1511","options":{"raw":{"language":"json"}}}},"response":[{"id":"eb8f92cf-0c55-4a87-8791-4439174b69d9","name":"Priority changed","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"1511","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6fa3f559-3147-4cf5-ad68-e523521170b7","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"1511","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"30c26a07-d96d-4d60-bdb0-a67f2f6eaa35","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"1511","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2f825e65-2598-4981-bcad-1137b70ccbd0","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"1511","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3605717b-caa7-4bef-a1be-9631f6f4da1a","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"1511","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"481ccf50-59a4-4a8a-96b1-74c85b2c8b20","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","priority"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"1511","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5aee3e58-627a-447d-9ade-d58a043e0dbb","name":"Preview document content for a profile","request":{"name":"Preview document content for a profile","description":{"content":"Preview document content in context of a profile. Inserts are processed. If an insert can't be processed, the returned `content` is empty.\n\nThis method should not be used in production implementations, its purpose is to test the content. Use the \"generate document\" endpoints for implementation.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"67c6c9be-6eb8-475c-ba25-dc7f7d0cdee0","name":"Processed document","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"key_0\": {}\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d4d29bd8-630d-4bc6-aa2d-9abef3077ecc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"57f58f5b-0a92-4234-8321-f8cd68644b35","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"81cb82cf-2d3d-489c-a299-ef6aedb11057","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8c4d54e0-7897-4473-adf2-ec78c7b71016","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d70f7edd-da9f-4062-91e2-f7ab786e43b4","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ff31e53e-f859-4a90-9a69-c62f116a3625","name":"Generate document for a profile","request":{"name":"Generate document for a profile","description":{"content":"Generate a document in context of a profile. Inserts are processed. If an insert can't be processed, the returned `content` is empty.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1d79faab-e819-4d64-a792-11545b7d083b","name":"Processed document","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"key_0\": {}\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dba039c8-c23a-42ff-8855-bc6af161f9b2","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e23106ec-ff1c-4f6e-a761-2412d6d31756","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a1298026-ba3d-428c-b14e-56e7569e0c6e","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6b331ce6-acdf-432f-ad80-8f1af8f2273c","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ae966342-af67-4197-8d47-519e5b5c0f31","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentIdentifier","generate","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"documentIdentifier","description":"(Required) UUID or slug of the document"},{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"identifierValue\": \"string\",\n  \"params\": {\n    \"key_0\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6c98afb6-d7cb-42f7-8a78-d23335f64797","name":"List grouped documents","request":{"name":"List grouped documents","description":{"content":"Retrieve a group or groups of documents with information about the documents in those groups and relations between them. The response is an array of arrays (groups) of objects (documents).\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"8d272577-6422-712a-e289-0daf8137a3b9\",\n  \"11a9e8cb-563a-dc1b-2c18-4500171f0359\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"2f5ab44d-8446-4d53-b1a6-287e6feda620","name":"List of document groups","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"8726ea10-1beb-5d14-7f89-8ffc9da18521\",\n    \"name\": \"string\",\n    \"children\": [\n      {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"priority\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"children\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"priority\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"children\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  },\n  {\n    \"id\": \"87d9758a-dc91-9c9d-40b1-99ec3cc1a0c8\",\n    \"name\": \"string\",\n    \"children\": [\n      {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"priority\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"children\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"priority\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"children\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ]\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"682a15a2-b4ee-447f-80cc-7092af7f422f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2013f9b5-f269-40a0-935e-7882e111a617","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7bcbecd6-4ec5-43c4-82bc-e9c9d6279a4d","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"dbd5fdf3-461a-40a3-b3db-0d53645d35dc","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2ae02ab9-9f8b-4fbb-886d-3baa85c8043b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","grouped-by","groups","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"54f310cc-9887-4f88-a6cb-7c2acc3a2267","name":"List documents","request":{"name":"List documents","description":{"content":"Returns a paginated list of documents.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"1"},{"disabled":false,"key":"limit","value":"25","description":"Limit of items per page"},{"disabled":false,"key":"search","value":"string","description":"A string to search for in resource names"},{"disabled":false,"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","description":"UUID of the directory for filtering the results"},{"disabled":false,"key":"groupId","value":"986a3567-20ba-a5d0-b031-ba0286f29d98","description":"UUID of the document group for filtering the results"},{"disabled":false,"key":"status","value":"ACTIVE"},{"disabled":false,"key":"schema","value":"string","description":"Name of the document schema (type) for filtering the results"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a5eb246c-1edd-4ff4-b911-c96d7feaedaa","name":"List of documents","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"groupId","value":"986a3567-20ba-a5d0-b031-ba0286f29d98"},{"key":"status","value":"ACTIVE"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": [\n      {\n        \"url\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rel\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"url\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rel\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"limit\": 8357,\n    \"count\": 1576.0028110544488\n  },\n  \"data\": [\n    {\n      \"id\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"priority\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"status\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"scheduled\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"createdAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"updatedAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"author\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"content\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"audience\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"slug\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"schema\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"directory\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"group\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"deletedAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    },\n    {\n      \"id\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"name\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"priority\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"status\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"scheduled\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"createdAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"updatedAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"author\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"content\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"audience\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"slug\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"schema\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"directory\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"group\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"deletedAt\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      }\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"18f13e3f-7dc3-468c-8210-93b2a6976aab","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"groupId","value":"986a3567-20ba-a5d0-b031-ba0286f29d98"},{"key":"status","value":"ACTIVE"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"62468351-db5e-40a1-a315-077a987b6464","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"groupId","value":"986a3567-20ba-a5d0-b031-ba0286f29d98"},{"key":"status","value":"ACTIVE"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4d47e79c-675a-4e7a-8b9e-2752489a26e0","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"groupId","value":"986a3567-20ba-a5d0-b031-ba0286f29d98"},{"key":"status","value":"ACTIVE"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4e46055c-d4fd-4bde-a029-1c9d68993766","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"groupId","value":"986a3567-20ba-a5d0-b031-ba0286f29d98"},{"key":"status","value":"ACTIVE"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b4a82025-0a89-4f08-9c0d-26b75984938b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"25"},{"key":"search","value":"string"},{"key":"directoryId","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6"},{"key":"groupId","value":"986a3567-20ba-a5d0-b031-ba0286f29d98"},{"key":"status","value":"ACTIVE"},{"key":"schema","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"dcd01771-9ad9-43da-bd95-51dcc4ea92b7","name":"List documents from groups","request":{"name":"List documents from groups","description":{"content":"Retrieve a list of documents from a group or groups. The response includes information about relations between documents. The response is an array of objects (documents) without sorting them by group.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"8d272577-6422-712a-e289-0daf8137a3b9\",\n  \"11a9e8cb-563a-dc1b-2c18-4500171f0359\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"20b8f258-c662-48db-894a-e259ac82ffbb","name":"List of documents from the requested groups, without sorting into groups","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"a5b4a289-4536-2973-c3a0-a8a25a26c106\",\n    \"name\": \"string\",\n    \"status\": \"PAUSED\",\n    \"priority\": 79,\n    \"children\": [\n      {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"priority\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"children\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ]\n      },\n      {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"priority\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"children\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ]\n      }\n    ]\n  },\n  {\n    \"id\": \"b5d61a26-cc12-0d92-9e59-4dccd2276c70\",\n    \"name\": \"string\",\n    \"status\": \"DRAFT\",\n    \"priority\": 45,\n    \"children\": [\n      {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"priority\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"children\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ]\n      },\n      {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"priority\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"children\": [\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          },\n          {\n            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n          }\n        ]\n      }\n    ]\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"d108cb8e-d355-440d-8f85-70f09c7c5e62","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7bea902a-6805-4fa3-85ba-2a1116be8f8b","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3db9f72d-716f-4fdb-b4e5-4dd4ab214eac","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"828de293-42c4-4e3c-aa5c-e342665c7cbc","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"45babdd0-e142-428e-9450-2b3ee377e16b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","preview","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"[\n  \"e32d8719-2f5d-d1b2-f4e9-e4801e29ac5a\",\n  \"2d45c51d-9690-27a3-18ba-76e37f7a54e3\"\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"81ac49ae-41c2-4de6-aad2-3b56fe34b5a3","name":"Get document by slug","request":{"name":"Get document by slug","description":{"content":"Retrieve a document and its metadata. The content isn't processed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"6852abf8-2ef9-404f-8160-f6f7a26f8d90","name":"Details of the document (content isn't processed)","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"724ac5b1-46fa-4970-fee0-e173f8654a67\",\n  \"name\": \"string\",\n  \"priority\": 74,\n  \"status\": \"ACTIVE\",\n  \"scheduled\": false,\n  \"createdAt\": \"2018-04-15T18:49:14.407Z\",\n  \"updatedAt\": \"1983-02-07T03:39:41.353Z\",\n  \"author\": {\n    \"id\": 6937,\n    \"name\": \"string\",\n    \"avatar\": \"string\"\n  },\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"directory\": {\n    \"id\": \"b8e8958b-4c1c-7eb4-cab9-644712e9a37a\",\n    \"name\": \"string\",\n    \"createdAt\": \"2016-04-06T03:08:14.636Z\",\n    \"default\": false\n  },\n  \"group\": {\n    \"id\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"name\": \"string\",\n    \"createdAt\": \"1985-07-15T16:51:49.880Z\",\n    \"deletedAt\": \"2019-11-02T22:50:42.946Z\",\n    \"nr\": 8866\n  },\n  \"deletedAt\": \"1973-09-18T11:59:13.172Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0988d788-7fa3-42c7-92e8-beef1013609d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c1ef6828-5d64-44a2-89f9-05495f862293","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"cad00e08-c788-4e76-afa5-1e0e449097eb","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4baaa51e-a9c0-4bb6-a50c-81236c409203","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"848907f6-7096-4cb0-ad67-93c7a3e7f827","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":slug"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"736f2e3c-27df-4e5e-b0c8-8730adafa6cd","name":"Get predecessors for document","request":{"name":"Get predecessors for document","description":{"content":"Retrieve information about documents or screen views that refer **to** the requested document.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"25350ca5-e15c-4ca2-9b10-851a97cc9f19","name":"Documents which refer to the requested document","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"string\",\n    \"type\": \"screenview\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  },\n  {\n    \"id\": \"string\",\n    \"type\": \"document\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"fbbcb3c1-34ae-4093-8ca2-6d5d1ffc7cb5","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"eef24686-5794-42d1-9be1-cb4d4b6ace58","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"19445d42-8851-45c4-a80c-d0296f9ab4ef","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"d1d54e16-e9dc-4dff-a5f7-b078091ee08b","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9e797228-6464-402e-bc2b-429d2dab71ac","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"684549d7-f5d8-4ac1-9c3a-6f9e6430829e","name":"Get predecessors for document","request":{"name":"Get predecessors for document","description":{"content":"Retrieve information about documents or screen views that refer **to** the requested document.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"233320b6-2bd2-408f-b79b-47d284061dc4","name":"Documents which refer to the requested document","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"string\",\n    \"type\": \"screenview\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  },\n  {\n    \"id\": \"string\",\n    \"type\": \"screenview\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"4cd55972-8562-4053-b7b0-b4b3148515c8","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e48ae70a-9a99-46e3-9b42-d22ff3901447","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"47913a51-310d-418c-90c8-fa7f4ca0c243","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"19a8b714-e3b2-43e1-b8e0-386ac0ade538","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3a619c8e-22b0-469a-b868-68d96fe1c7ce","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","predecessors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"c4adc3d9-ee6a-4161-be1a-19ec28fbcbe6","name":"Get successors for document","request":{"name":"Get successors for document","description":{"content":"Retrieve information about documents referenced **from** the requested document.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"abc526f4-0e3c-4b4f-a660-95262f1ee42e","name":"Documents referenced from the requested document","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"string\",\n    \"type\": \"screenview\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  },\n  {\n    \"id\": \"string\",\n    \"type\": \"screenview\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"805e8d62-804c-4f94-bec0-a9cbebf746b9","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c07367d9-5ade-48a2-ab9c-e5c178949dd1","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"17482097-f288-402d-9ef8-8dc850e60122","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"265f604e-fb92-484e-a391-b26fd8b701d9","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2d914f2e-a1a3-40a4-8926-5d033465a44c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","by","slug",":slug","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a2c61e6d-65fe-443e-8146-f5802d4c941a","name":"Get successors for document","request":{"name":"Get successors for document","description":{"content":"Retrieve information about documents referenced **from** the requested document.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"270fdadb-3fb9-43e8-935c-ba31856ce737","name":"Documents referenced from the requested document","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"string\",\n    \"type\": \"screenview\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  },\n  {\n    \"id\": \"string\",\n    \"type\": \"screenview\",\n    \"children\": [\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      },\n      {\n        \"value\": \"<Circular reference to #/components/schemas/schema-service-GraphObject detected>\"\n      }\n    ],\n    \"name\": \"string\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"e6bd861f-269f-4101-9a53-853e3e10b864","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7a6f89cc-788a-4809-9e27-e21c92b4f4b2","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8bfb8cd8-b748-402f-b964-b08339db5749","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"77e1a146-0e2b-4023-89c0-6a4a14e9912e","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"80f64076-392c-468e-aba9-02c1197ca83c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","successors"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a2dec786-3f16-4958-8253-da2dc91d02f2","name":"Get document by UUID","request":{"name":"Get document by UUID","description":{"content":"Retrieve a document and its metadata. The content isn't processed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"fdb6cbf7-a234-440e-8af8-0cb619b731d6","name":"Details of the document (content isn't processed)","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"724ac5b1-46fa-4970-fee0-e173f8654a67\",\n  \"name\": \"string\",\n  \"priority\": 74,\n  \"status\": \"ACTIVE\",\n  \"scheduled\": false,\n  \"createdAt\": \"2018-04-15T18:49:14.407Z\",\n  \"updatedAt\": \"1983-02-07T03:39:41.353Z\",\n  \"author\": {\n    \"id\": 6937,\n    \"name\": \"string\",\n    \"avatar\": \"string\"\n  },\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"directory\": {\n    \"id\": \"b8e8958b-4c1c-7eb4-cab9-644712e9a37a\",\n    \"name\": \"string\",\n    \"createdAt\": \"2016-04-06T03:08:14.636Z\",\n    \"default\": false\n  },\n  \"group\": {\n    \"id\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"name\": \"string\",\n    \"createdAt\": \"1985-07-15T16:51:49.880Z\",\n    \"deletedAt\": \"2019-11-02T22:50:42.946Z\",\n    \"nr\": 8866\n  },\n  \"deletedAt\": \"1973-09-18T11:59:13.172Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"adf14334-6a4a-40d7-9859-b54aa10ce7d4","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0cd8ee38-4cb1-42f3-9562-e697227e6338","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"af817c88-2990-46af-a201-2e64e0fcc168","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7da10bf9-ddce-4ef5-97c8-ddb94fdb67a3","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"06558984-4012-4bb4-a108-89520659c77c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"10dcbcfc-b331-4951-a982-90addb6f61e0","name":"Update document","request":{"name":"Update document","description":{"content":"Update a document.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 10,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1951-05-29T09:56:55.366Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"2023-06-15T14:01:04.162Z\",\n    \"startType\": \"NOW\",\n    \"timezone\": \"Europe/Warsaw\"\n  },\n  \"directoryId\": \"dec03d60-092f-07d4-e810-9816231063ce\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"4ecc5917-1278-49dc-aff6-ac5df447f295","name":"Updated document","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 10,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1951-05-29T09:56:55.366Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"2023-06-15T14:01:04.162Z\",\n    \"startType\": \"NOW\",\n    \"timezone\": \"Europe/Warsaw\"\n  },\n  \"directoryId\": \"dec03d60-092f-07d4-e810-9816231063ce\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"724ac5b1-46fa-4970-fee0-e173f8654a67\",\n  \"name\": \"string\",\n  \"priority\": 74,\n  \"status\": \"ACTIVE\",\n  \"scheduled\": false,\n  \"createdAt\": \"2018-04-15T18:49:14.407Z\",\n  \"updatedAt\": \"1983-02-07T03:39:41.353Z\",\n  \"author\": {\n    \"id\": 6937,\n    \"name\": \"string\",\n    \"avatar\": \"string\"\n  },\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"audience\": {\n    \"targetType\": \"ALL\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"directory\": {\n    \"id\": \"b8e8958b-4c1c-7eb4-cab9-644712e9a37a\",\n    \"name\": \"string\",\n    \"createdAt\": \"2016-04-06T03:08:14.636Z\",\n    \"default\": false\n  },\n  \"group\": {\n    \"id\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"name\": \"string\",\n    \"createdAt\": \"1985-07-15T16:51:49.880Z\",\n    \"deletedAt\": \"2019-11-02T22:50:42.946Z\",\n    \"nr\": 8866\n  },\n  \"deletedAt\": \"1973-09-18T11:59:13.172Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6e15ac23-7960-45be-9b2f-249c2632dcf7","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 10,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1951-05-29T09:56:55.366Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"2023-06-15T14:01:04.162Z\",\n    \"startType\": \"NOW\",\n    \"timezone\": \"Europe/Warsaw\"\n  },\n  \"directoryId\": \"dec03d60-092f-07d4-e810-9816231063ce\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"254a39b0-205e-4335-b9c0-65b9d9aac036","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 10,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1951-05-29T09:56:55.366Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"2023-06-15T14:01:04.162Z\",\n    \"startType\": \"NOW\",\n    \"timezone\": \"Europe/Warsaw\"\n  },\n  \"directoryId\": \"dec03d60-092f-07d4-e810-9816231063ce\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e893743e-a599-4ca5-88a7-a2f5729b4f98","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 10,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1951-05-29T09:56:55.366Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"2023-06-15T14:01:04.162Z\",\n    \"startType\": \"NOW\",\n    \"timezone\": \"Europe/Warsaw\"\n  },\n  \"directoryId\": \"dec03d60-092f-07d4-e810-9816231063ce\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"17482f3c-171d-4320-975c-9dfe4fef2627","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 10,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1951-05-29T09:56:55.366Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"2023-06-15T14:01:04.162Z\",\n    \"startType\": \"NOW\",\n    \"timezone\": \"Europe/Warsaw\"\n  },\n  \"directoryId\": \"dec03d60-092f-07d4-e810-9816231063ce\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"244f4150-ff61-4654-aa53-f2c3127cb4d8","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"priority\": 10,\n  \"content\": {\n    \"someBoolean\": true,\n    \"someString\": \"Lorem ipsum\",\n    \"aNestedDocument\": \"{% document exampleslug %}\"\n  },\n  \"schema\": \"containers\",\n  \"groupId\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"audience\": {\n    \"targetType\": \"SEGMENT\",\n    \"segments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"query\": \"{\\\"analysis\\\":{\\\"title\\\":\\\"Unnamed segmentation\\\",\\\"description\\\":\\\"\\\",\\\"unique\\\":true,\\\"segments\\\":[{\\\"title\\\":\\\"Segmentation A\\\",\\\"description\\\":\\\"\\\",\\\"filter\\\":{\\\"matching\\\":true,\\\"expressions\\\":[{\\\"_id\\\":\\\"a9b76c8e-34bd-4ac3-be8f-f37041d126bd\\\",\\\"name\\\":\\\"\\\",\\\"type\\\":\\\"FUNNEL\\\",\\\"matching\\\":true,\\\"funnel\\\":{\\\"_id\\\":\\\"5c759d73-49c6-409f-96a3-b569dff8f8ff\\\",\\\"title\\\":\\\"Unnamed\\\",\\\"completedWithin\\\":null,\\\"dateFilter\\\":{\\\"type\\\":\\\"RELATIVE\\\",\\\"offset\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":0},\\\"duration\\\":{\\\"type\\\":\\\"DAYS\\\",\\\"value\\\":30}},\\\"steps\\\":[{\\\"_id\\\":\\\"78b97ae0-1bc5-45fb-82a4-4f1280cfbdff\\\",\\\"title\\\":\\\"\\\",\\\"action\\\":{\\\"id\\\":944,\\\"name\\\":\\\"page.visit\\\"},\\\"eventName\\\":\\\"page.visit\\\",\\\"expressions\\\":[]}],\\\"exact\\\":false}}]}}]}}\"\n  },\n  \"schedule\": {\n    \"enabled\": false,\n    \"endDate\": \"1951-05-29T09:56:55.366Z\",\n    \"endType\": \"DATE\",\n    \"parts\": [\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      {\n        \"startDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"startTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endDay\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"endTime\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    ],\n    \"periodType\": \"MONTHLY\",\n    \"startDate\": \"2023-06-15T14:01:04.162Z\",\n    \"startType\": \"NOW\",\n    \"timezone\": \"Europe/Warsaw\"\n  },\n  \"directoryId\": \"dec03d60-092f-07d4-e810-9816231063ce\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"63dfba25-24f2-4793-9eb6-09daff0dc51b","name":"Delete document","request":{"name":"Delete document","description":{"content":"Delete a document. This operation is irreversible.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_DELETE`\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e26e490f-6785-4b56-9f1e-29add2cc7106","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0779226a-e51c-4681-aeed-660002c3643c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1658e7fa-7a17-4367-8f96-607fb7546986","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7e32cca4-a924-4b48-b99f-9570b1b8c4db","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"151a9db6-d55d-4a1c-8e87-bc4798a80734","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e577da76-e177-4f0c-9c4d-6e8e4fd27595","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bc1cd024-b7ca-47f7-bbdf-eb21c07394d7","name":"Copy document","request":{"name":"Copy document","description":{"content":"Copy a document.The copy receives the DRAFT status, regardless of the status of the original document.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"08f212bb-0db7-463a-9ec0-4e5c117df088","name":"Data of the created copy","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"docId\": \"b54da3e6-35f5-de0b-a44f-0269c0139b5e\",\n  \"name\": \"string\",\n  \"status\": \"PAUSED\",\n  \"scheduled\": true,\n  \"authorId\": 273,\n  \"directoryId\": \"627e418e-1da4-40f5-eed2-4f9a0e7fabc7\",\n  \"createdAt\": \"2024-03-07T14:52:10.787Z\",\n  \"updatedAt\": \"2001-03-29T09:16:48.064Z\",\n  \"deletedAt\": \"2012-10-02T00:58:44.596Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7f766659-428b-48f8-a2c1-c23fc900614c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4cef8733-92a0-4c95-8f93-40c3ded1488c","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6d67d0ec-a95d-4f13-9b21-3efc02e0df30","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b33efa2c-1686-4892-b6b9-81877e54aa00","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"99beb9c0-268e-4393-9f59-72b98eb0b234","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","copy"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b7cf303e-7628-4ab5-9147-0b9eef314b94","name":"Assign document to directory","request":{"name":"Assign document to directory","description":{"content":"Assign a document to a directory. A document can only belong to one directory and using this endpoint overwrites the current assignment.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_DELETE`\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"b14b851d-0d57-4379-94e4-6d0995b9ff99","name":"Document assigned to directory","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"docId\": \"b54da3e6-35f5-de0b-a44f-0269c0139b5e\",\n  \"name\": \"string\",\n  \"status\": \"PAUSED\",\n  \"scheduled\": true,\n  \"authorId\": 273,\n  \"directoryId\": \"627e418e-1da4-40f5-eed2-4f9a0e7fabc7\",\n  \"createdAt\": \"2024-03-07T14:52:10.787Z\",\n  \"updatedAt\": \"2001-03-29T09:16:48.064Z\",\n  \"deletedAt\": \"2012-10-02T00:58:44.596Z\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"392d7749-bacd-4513-b55e-731e8baf70ee","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2610b71f-443d-4939-b4f3-2e471a196088","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"94466380-0c34-4851-a7a4-ad3d7a246299","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b8ce1b00-695f-4038-ac79-9aac7c9c5d21","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"065a8c99-5dbf-4357-970d-a021b9ab588d","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","directory",":directoryId","attach"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"},{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"585fad6e-5619-49e3-a5c5-6e6e11baf824","name":"Rename document directory","request":{"name":"Rename document directory","description":{"content":"Update a document directory name.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_DELETE`\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"7d1e324c-d3fd-45ee-b7a6-ca35a95f170e","name":"Directory renamed","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"6778e0d1-c295-f1b9-712a-40f3b8d9ce99\",\n  \"name\": \"string\",\n  \"createdAt\": \"1999-10-17T02:05:44.210Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"253237ba-2513-44bb-a5bc-7f71645ef6fe","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"76bcecdb-14ee-4514-83f2-4e6649633ef6","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1bc71ef4-7087-46aa-8090-d591875a5d1c","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"9603f7e9-4d27-4ddb-8082-127e1353af67","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6c935e2c-240f-436a-aff5-672152066ec3","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"78b5890d-5312-47ce-a4f0-9a81408c7a47","name":"Delete document directory","request":{"name":"Delete document directory","description":{"content":"Delete a directory. The contents are moved into the default directory.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"46318872-b824-4e5b-b7e3-61ee24f268cf","name":"Directory deleted","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"6778e0d1-c295-f1b9-712a-40f3b8d9ce99\",\n  \"name\": \"string\",\n  \"createdAt\": \"1999-10-17T02:05:44.210Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3d0bc74b-94a4-4461-b77e-0231ecbf4f23","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4f69e4c1-1aeb-4f1a-925b-6447ea026957","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c616a777-95bf-44de-a3b7-b3072c581be9","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"15ae7c0c-8a11-48bc-9063-2e3cf9dd9f46","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1f6fa7d6-3395-43fb-b1ed-06ee23cf7698","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory",":directoryId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"directoryId","description":"(Required) UUID of the directory"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5bcc7abe-efac-4d50-862f-5f48ca290a5c","name":"List document directories","request":{"name":"List document directories","description":{"content":"Returns a list of directories.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"4308f02b-099a-4f13-be15-f913f1b0ba5d","name":"List of directories","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"eb731776-91ac-86a8-8e28-a52f3bc03581\",\n    \"name\": \"string\",\n    \"createdAt\": \"2013-02-18T17:54:55.500Z\",\n    \"default\": false\n  },\n  {\n    \"id\": \"fc6b73eb-d1b4-88ca-45fa-803be34837c8\",\n    \"name\": \"string\",\n    \"createdAt\": \"1991-12-10T21:43:53.585Z\",\n    \"default\": true\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"70048d58-9a61-4913-b9bb-ab330f15cf96","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"83c8700f-ec3d-4e79-a1ca-47ba9d9a79d7","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e3c1babe-0f11-4d37-af6d-6b256c7e570a","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"715393b5-8872-4cf4-8a1e-502ae815af98","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f298b642-f71c-40fe-9d9e-1d3a6f70e1df","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"f175c9b4-82c8-4b50-921e-22d0165e9980","name":"Add document directory","request":{"name":"Add document directory","description":{"content":"\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"9d711c99-685a-4dd5-ae5b-89436a271e20","name":"Directory created","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"6778e0d1-c295-f1b9-712a-40f3b8d9ce99\",\n  \"name\": \"string\",\n  \"createdAt\": \"1999-10-17T02:05:44.210Z\",\n  \"default\": false\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"09e169dc-c739-480c-a836-5373f7b608ce","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"443445b1-2a46-4ab7-a674-e73385535a71","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"864abf91-04da-46c6-b283-0c236f38ffd8","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"99521281-1ef9-485a-9617-e878a31bc296","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5b3c4afc-dd14-446b-a787-c25b07aaccd9","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents","directory"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bac8d2aa-515c-4bcd-a319-2994788c5223","name":"Delete document group","request":{"name":"Delete document group","description":{"content":"Delete a document group. The documents that were in this group are no longer assigned to any group.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_DELETE`\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"groupId","description":"(Required) "}]},"header":[{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"1a39d889-c470-4697-b8f0-9f192fd6d1a3","name":"Success, details of the deleted group are returned in the response","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"name\": \"string\",\n  \"createdAt\": \"1992-03-14T01:58:25.019Z\",\n  \"deletedAt\": \"2016-10-08T08:55:23.101Z\",\n  \"nr\": 7745\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"5bffbe43-323f-491d-9846-0e48bf6e832c","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"93c0073e-140b-488c-be3e-d226ffd72fca","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c1b08b7d-67e8-491d-9cd0-475bbe54a33b","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"6a6b2ef4-2e69-4cd3-af50-b7941d7f7143","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8ac20148-e579-47cc-8942-0ca9c4003f2b","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups",":groupId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"groupId","description":"(Required) "}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"bf49adcc-161a-4a05-99a1-5040f81976f5","name":"List groups","request":{"name":"List groups","description":{"content":"Returns a list of groups.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"d6729b0f-ecd5-4fe3-ae6d-1409c2470d6f","name":"List of groups","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"id\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"name\": \"string\",\n    \"createdAt\": \"2000-10-05T08:55:56.082Z\",\n    \"deletedAt\": \"2025-08-14T01:02:19.296Z\",\n    \"nr\": 7991\n  },\n  {\n    \"id\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n    \"name\": \"string\",\n    \"createdAt\": \"1995-05-28T18:49:37.684Z\",\n    \"deletedAt\": \"2004-10-17T21:21:41.638Z\",\n    \"nr\": 9099\n  }\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"9e03d2b8-cdbb-48b4-a72a-4e6bbbcddad3","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"1c02f4f0-0289-4228-b778-1a2e09a46816","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"58a6e878-01bb-4c2e-882a-3f1fec2e92a3","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0973797a-bbfa-471b-a609-149e3497fe7f","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b61c39d8-b47d-4932-91c1-c9f6961f11ae","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e27dc4e5-e410-418a-b29f-d75b8472be45","name":"Add group","request":{"name":"Add group","description":{"content":"Create a new document group.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"59a55f30-1f94-4801-807e-9595f4546fde","name":"Created group","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"43c97b25-4a10-45d0-99b7-d472eea2bb24\",\n  \"name\": \"string\",\n  \"createdAt\": \"1992-03-14T01:58:25.019Z\",\n  \"deletedAt\": \"2016-10-08T08:55:23.101Z\",\n  \"nr\": 7745\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0bc0850f-d8c7-4a9a-a2a0-8511343aa597","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0e76f649-f5c8-4112-af26-cd3b84074922","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"7b7784fd-bea8-445a-9541-038ab4c406ed","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ab95a758-260f-46cb-93a4-7dbddb3c9803","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"61aa7a5b-717e-4fd7-9bb0-ae48930c1012","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"ca7b9323-fba2-4f1a-b70e-ce6ea07d5c58","name":"Finish document","request":{"name":"Finish document","description":{"content":"Finish a document.\n\nFinished documents are no longer displayed to recipients.\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"e4eb510c-293d-4a15-ac1e-5c91cdf25b09","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"b94d6745-bc4e-41d0-a5cf-c561b0ac75ee","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"c8914f5d-1484-4cea-9a9b-d2e30254fd60","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0521222a-adce-4e9c-8a5e-80fb4ab309a8","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"437be579-e712-4d15-9337-bc80a26e32fb","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"23581bb3-0ea5-4e61-9ae8-9cf153949f24","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","finish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"d3d34e15-6a58-42f8-b968-6db8e5def9e1","name":"Activate document","request":{"name":"Activate document","description":{"content":"Activate a document. It can now be displayed to recipients.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"5989cc84-54aa-4b3f-b012-61666ca43188","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a7be8fac-58b2-4e40-ae56-7429141b4a2f","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"8621a8b2-cdab-4688-a74f-082b06c6710d","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3785469a-dccd-4ac4-81e8-af3c05f49921","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a60dd1c9-1aa1-42a5-b000-2214bd04f58f","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f19937b2-286c-4c08-8f5d-af6cc7049412","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","activate"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5a3eed2f-a30c-4ec0-8750-815396a722d9","name":"Resume document","request":{"name":"Resume document","description":{"content":"Resume a document that was paused.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"46dcebeb-6eb8-4271-b233-134d00bd10a4","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"15afb0be-898f-4169-9184-ab8a9eb39cc8","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"be60dba3-20b5-40f2-9f31-91527b20a3b9","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"e59651d1-e382-4267-aae6-b194de44d8e3","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3171a18e-dc59-4ab3-92ff-6b6ab5d148f2","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"3df937e5-223c-4b45-98cd-1935b36f5ebc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","resume"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4a38e3a2-13e9-48ac-90ee-c001149457d2","name":"Pause document","request":{"name":"Pause document","description":{"content":"Pause a document to temporarily stop displaying it to recipients\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**API key permission required:** `SCHEMA_SERVICE_SCHEMA_CREATE`\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"860c39dc-51f9-4caa-ab96-8491816da2ec","name":"Success","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"status\": \"string\",\n  \"body\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ee9d2eaa-6f2c-44ba-a433-a1aac084a963","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"acf157b6-6140-4ea7-85a0-5ac904174a75","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ab8a210a-775c-4437-9ab4-acfba1fe00d3","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"217fd246-d8e4-4820-84e4-b67f4bc9f639","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"f85b4c2c-f9f5-49c2-be23-965293314343","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","v2","documents",":documentId","status","pause"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"documentId","description":"(Required) UUID of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b633dd2f-13dc-413c-89ef-0fa29feda231","name":"Get schema types","request":{"name":"Get schema types","description":{"content":"Retrieve a list of all schema types in the workspace.\nSchema types can be used to inform your application about the type of\ncontent included in the document's body.  \nIn the Synerise Web Application, they are called \"Type\".\n\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"bb8faf26-c52b-46b3-858f-d0b236fab8f5","name":"List of schema types","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  \"string\",\n  \"string\"\n]","cookie":[],"_postman_previewlanguage":"json"},{"id":"b5449ead-4f8d-47f9-95ab-14a72d5e81bd","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"0b5dc1b2-8195-4e91-9671-2c6dbba12831","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"a84d675a-d548-4ea7-9d46-b049a96b8761","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"467a9f77-c662-4d3b-a7d2-8f9095ae06ee","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"bf1ad904-4013-486b-b953-568a8a66b9b6","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"54f7a094-ab98-4865-9292-01a8c8d71846","name":"Add schema type","request":{"name":"Add schema type","description":{"content":"Create a new schema type.  \nSchema types can be used to inform your application about the type of\ncontent included in the document's body.  \nIn the Synerise Web Application, they are called \"Type\".\n\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"response":[{"id":"4d646b19-c43e-4e12-aa9d-09a50d31cc1d","name":"Schema created","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"\"string\"","cookie":[],"_postman_previewlanguage":"json"},{"id":"ce02bace-5998-44aa-94d8-4db7f6f9bbbc","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"643c0c67-0d66-4f14-9938-8c2cfc2a0dd1","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"345904d9-8375-4b22-bcfa-75b26c95e308","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"218fcc0c-8798-48f8-83f8-ddc4298a27fe","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"4655ca2a-8a48-45a9-9c23-66eea0e233ed","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"string","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"99eb311b-ea12-46b9-ab97-c77404a3245e","name":"Delete schema types","request":{"name":"Delete schema types","description":{"content":"Delete one or more schema types. This operation is irreversible.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"8bfa85f6-632a-4907-82c1-603c31d047cd","name":"Deletion status","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"true","cookie":[],"_postman_previewlanguage":"json"},{"id":"d2e2a22e-5fa0-4dfd-9acf-998a71fc35b3","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Bad Request","code":400,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"2c00a70e-e231-4b97-a36a-861b5e69041a","name":"Unauthorized: wrong consumer scope; token missing/expired/invalid; invalid API key; etc.","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Unauthorized","code":401,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"fb56433c-4d87-456e-8d59-0e274d3947df","name":"Forbidden; insufficient permissions","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Forbidden","code":403,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"string\",\n  \"error\": \"string\",\n  \"message\": \"string\",\n  \"status\": 123\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"ea1abb22-e044-4026-9559-3b3881809fe2","name":"Resource not found","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Not Found","code":404,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"},{"id":"480f20bc-84d2-4db8-b32c-7776a8eb2167","name":"See error message for details","originalRequest":{"url":{"path":["schema-service","schemaTypes"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"Internal Server Error","code":500,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"timestamp\": \"2007-12-02T12:13:40.944Z\",\n  \"errorCode\": \"string\",\n  \"status\": 373,\n  \"message\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"66a3b6d5-6d92-453e-9bbe-349dbe5a2628","name":"Uploader","description":{"content":"","type":"text/plain"},"item":[{"id":"ef0522a9-6d75-4c70-bc84-18ff4f4939d3","name":"Add files for dynamic attachments","request":{"name":"Add files for dynamic attachments","description":{"content":"Add base64 encoded files to the storage for use in [dynamic attachments](https://help.synerise.com/docs/automation/actions/send-email/#dynamic-attachments). You can send up to 5 files in one request. An `attachment.upload` event is generated when you use the endpoint.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `UPLOADER_SERVICE_STORAGE_CREATE`\n\n**User role permission required:** `assets_explorer: create`\n","type":"text/plain"},"url":{"path":["uploader-service","clients","files","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"files\": [\n    {\n      \"content\": \"77u/dGhpcyBpcyBqdXN0IGFuIGV4YW1wbGUgZmlsZQ==\",\n      \"mimetype\": \"text/csv\",\n      \"filename\": \"myexamplefile\",\n      \"extension\": \"csv\"\n    },\n    {\n      \"content\": \"77u/dGhpcyBpcyBqdXN0IGFuIGV4YW1wbGUgZmlsZQ==\",\n      \"mimetype\": \"text/csv\",\n      \"filename\": \"myexamplefile\",\n      \"extension\": \"csv\"\n    }\n  ],\n  \"ttlInMinutes\": 8952.202405098997,\n  \"identifierValue\": \"1234\",\n  \"parameters\": {\n    \"key_0\": 7097\n  }\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1d382d3e-9bc4-4516-afa0-5eb31b6c7172","name":"File or files uploaded successfully","originalRequest":{"url":{"path":["uploader-service","clients","files","by",":identifierType"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"custom_identify","key":"identifierType","description":"(Required) Type of the profile identifier. The value is sent in `identifierValue` in the request body."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"files\": [\n    {\n      \"content\": \"77u/dGhpcyBpcyBqdXN0IGFuIGV4YW1wbGUgZmlsZQ==\",\n      \"mimetype\": \"text/csv\",\n      \"filename\": \"myexamplefile\",\n      \"extension\": \"csv\"\n    },\n    {\n      \"content\": \"77u/dGhpcyBpcyBqdXN0IGFuIGV4YW1wbGUgZmlsZQ==\",\n      \"mimetype\": \"text/csv\",\n      \"filename\": \"myexamplefile\",\n      \"extension\": \"csv\"\n    }\n  ],\n  \"ttlInMinutes\": 6526.58262954326,\n  \"identifierValue\": \"1234\",\n  \"parameters\": {\n    \"key_0\": false\n  }\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"id\": \"00196014-5a64-711a-57e6-dd6b639b59b6\",\n  \"businessProfileId\": 8630.660205611048,\n  \"clientId\": 1234,\n  \"ttlInMinutes\": 9527.465609878018,\n  \"params\": {\n    \"key_0\": true,\n    \"key_1\": 5893\n  },\n  \"createdAt\": \"1981-10-19T22:48:12.568Z\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"9c6fae33-b32b-40e9-b704-8c3f9da09251","name":"Upload file","request":{"name":"Upload file","description":{"content":"\nUpload a new file to Synerise.\n\n<strong><span style=\"color:red\">IMPORTANT:</span></strong> Due to technical limitations, the code examples on the right don't include the form data. If you use the examples, remember to add it.\n\nExample correct cURL request:\n<pre>\ncurl --location 'https://api.synerise.com/uploader-service/storages/default/upload' \\\n--header 'Authorization: Bearer YOUR_TOKEN' \\\n--form 'uploads=@\"/Users/currentuser/Downloads/image.png\"'\n</pre>\n\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `UPLOADER_SERVICE_STORAGE_CREATE`\n\n**User role permission required:** `assets_explorer: create`\n","type":"text/plain"},"url":{"path":["uploader-service","storages",":container","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"default","key":"container","description":"(Required) Name of the container in which the file will be stored"}]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"0","value":"f","type":"text","description":""},{"key":"1","value":"o","type":"text","description":""},{"key":"2","value":"r","type":"text","description":""},{"key":"3","value":"m","type":"text","description":""}]}},"response":[{"id":"c3209bb8-1bd9-4455-8563-b7cd8bf10f77","name":"File description","originalRequest":{"url":{"path":["uploader-service","storages",":container","upload"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"default","key":"container","description":"(Required) Name of the container in which the file will be stored"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"","type":"text/plain"},"key":"0","value":"f","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"1","value":"o","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"2","value":"r","type":"text"},{"description":{"content":"","type":"text/plain"},"key":"3","value":"m","type":"text"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"result\": {\n    \"files\": [\n      {\n        \"author\": \"string\",\n        \"canEdit\": false,\n        \"canRemove\": true,\n        \"created\": \"string\",\n        \"filename\": \"string\",\n        \"id\": \"string\",\n        \"uuid\": \"string\",\n        \"isStarred\": true,\n        \"mimetype\": \"application/vnd.ms-excel\",\n        \"path\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"size\": 6788.46042765233,\n        \"storageId\": \"string\",\n        \"updated\": \"string\",\n        \"url\": \"string\",\n        \"user_id\": 1607.3175850510013\n      },\n      {\n        \"author\": \"string\",\n        \"canEdit\": true,\n        \"canRemove\": true,\n        \"created\": \"string\",\n        \"filename\": \"string\",\n        \"id\": \"string\",\n        \"uuid\": \"string\",\n        \"isStarred\": true,\n        \"mimetype\": \"image/jpeg\",\n        \"path\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"size\": 3564.9771244750737,\n        \"storageId\": \"string\",\n        \"updated\": \"string\",\n        \"url\": \"string\",\n        \"user_id\": 4504.713622599203\n      }\n    ],\n    \"storageId\": \"string\"\n  }\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e9ba6cbe-76d2-485f-a25e-4c10aba89d1a","name":"List files from workspace","request":{"name":"List files from workspace","description":{"content":"Retrieve a list of all files in the Workspace.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_explorer: read`\n","type":"text/plain"},"url":{"path":["uploader-service","storage-files","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"cb295898-d5e6-4212-b2ef-aaf555c6b714","name":"Files","originalRequest":{"url":{"path":["uploader-service","storage-files","list"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"author\": \"string\",\n    \"canEdit\": true,\n    \"canRemove\": false,\n    \"created\": \"string\",\n    \"filename\": \"string\",\n    \"id\": \"string\",\n    \"uuid\": \"string\",\n    \"isStarred\": false,\n    \"mimetype\": \"image/jpg\",\n    \"path\": {\n      \"large\": \"string\",\n      \"origin\": \"string\",\n      \"thumb\": \"string\"\n    },\n    \"size\": 2284.2900539627585,\n    \"storageId\": \"string\",\n    \"updated\": \"string\",\n    \"url\": \"string\",\n    \"user_id\": 1519.7939877681188\n  },\n  {\n    \"author\": \"string\",\n    \"canEdit\": false,\n    \"canRemove\": true,\n    \"created\": \"string\",\n    \"filename\": \"string\",\n    \"id\": \"string\",\n    \"uuid\": \"string\",\n    \"isStarred\": true,\n    \"mimetype\": \"image/jpeg\",\n    \"path\": {\n      \"large\": \"string\",\n      \"origin\": \"string\",\n      \"thumb\": \"string\"\n    },\n    \"size\": 8666.752773119226,\n    \"storageId\": \"string\",\n    \"updated\": \"string\",\n    \"url\": \"string\",\n    \"user_id\": 3043.365828208295\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"aca0dcca-353e-4ad5-8a8c-02b2000433d2","name":"List files from workspace","request":{"name":"List files from workspace","description":{"content":"Retrieve a list of all files in the Workspace.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_explorer: read`\n","type":"text/plain"},"url":{"path":["uploader-service","v2","list"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"page","value":"0","description":"page number"},{"disabled":false,"key":"limit","value":"50","description":"number of elements in a page"},{"disabled":false,"key":"sortBy","value":"createdAt:asc","description":"field to sort by and order"},{"disabled":false,"key":"mediatype","value":"image/jpeg","description":"filter by media type"},{"disabled":false,"key":"extensions","value":"pdf,jpeg","description":"filter by extension files"},{"disabled":false,"key":"search","value":"string","description":"file id or substring of file name"}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"673f7d1b-f546-4a17-8891-defd16bb4726","name":"Files","originalRequest":{"url":{"path":["uploader-service","v2","list"],"host":["{{baseUrl}}"],"query":[{"key":"page","value":"0"},{"key":"limit","value":"50"},{"key":"sortBy","value":"createdAt:asc"},{"key":"mediatype","value":"image/jpeg"},{"key":"extensions","value":"pdf,jpeg"},{"key":"search","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"meta\": {\n    \"links\": [\n      {\n        \"url\": \"string\",\n        \"rel\": \"first\"\n      },\n      {\n        \"url\": \"string\",\n        \"rel\": \"next\"\n      }\n    ],\n    \"limit\": 1980,\n    \"count\": 6087\n  },\n  \"data\": [\n    {\n      \"author\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"email\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"displayName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"avatar\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"permissions\": {\n        \"canEdit\": true,\n        \"canRemove\": false\n      },\n      \"createdAt\": \"string\",\n      \"filename\": \"string\",\n      \"id\": \"string\",\n      \"uuid\": \"string\",\n      \"isStarred\": true,\n      \"mimetype\": \"application/vnd.ms-excel\",\n      \"path\": {\n        \"large\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"origin\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"thumb\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"size\": 6477.390659843304,\n      \"storageId\": \"string\",\n      \"updatedYear\": 2418,\n      \"url\": \"string\"\n    },\n    {\n      \"author\": {\n        \"id\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"email\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"displayName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"avatar\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"permissions\": {\n        \"canEdit\": false,\n        \"canRemove\": false\n      },\n      \"createdAt\": \"string\",\n      \"filename\": \"string\",\n      \"id\": \"string\",\n      \"uuid\": \"string\",\n      \"isStarred\": false,\n      \"mimetype\": \"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\n      \"path\": {\n        \"large\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"origin\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"thumb\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"size\": 7981.0241728972205,\n      \"storageId\": \"string\",\n      \"updatedYear\": 3394,\n      \"url\": \"string\"\n    }\n  ]\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"47d9a0a9-3b8d-4ed9-982f-465c56c5fd74","name":"Remove files","request":{"name":"Remove files","description":{"content":"Delete one or more files.\n\n<strong><span style=\"color:red\">IMPORTANT:</span></strong> Due to technical limitations, the code examples on the right don't include the form data. If you use the examples, remember to add it.\n\nExample correct cURL request:\n<pre>\ncurl --location 'https://api.synerise.com/uploader-service/storage-files/delete-by-uuid' \\\n--header 'Authorization: Bearer YOUR_TOKEN' \\\n--form 'uuids=\"[\\\"0ac106beb55c401bac8bc8244e367512\\\",\\\"03dc506041e24c3cae284fd3f6611082\\\"]\"'\n</pre>\n\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_explorer: delete`\n","type":"text/plain"},"url":{"path":["uploader-service","storage-files","delete-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"uuids","value":"string","type":"text","description":"(Required) "}]}},"response":[{"id":"0ceee0c2-ace1-4950-b665-ec230384bc5c","name":"Results of the operation","originalRequest":{"url":{"path":["uploader-service","storage-files","delete-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) ","type":"text/plain"},"key":"uuids","value":"string","type":"text"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"0ac106beb55c401bac8bc8244e367512\": true,\n  \"03dc506041e24c3cae284fd3f6611082\": true\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7a00a88b-bfa5-4a0e-b5ba-df0bc701cadb","name":"Add stars","request":{"name":"Add stars","description":{"content":"Add a star to one or more files. Stars are used to mark files as favorite and make them easier to find.\n\n<strong><span style=\"color:red\">IMPORTANT:</span></strong> Due to technical limitations, the code examples on the right don't include the form data. If you use the examples, remember to add it.\n\nExample correct cURL request:\n<pre>\ncurl --location 'https://api.synerise.com/uploader-service/storage-files/add-star-by-uuid' \\\n--header 'Authorization: Bearer YOUR_TOKEN' \\\n--form 'uuids=\"[\\\"0ac106beb55c401bac8bc8244e367512\\\",\\\"03dc506041e24c3cae284fd3f6611082\\\"]\"'\n</pre>\n\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_explorer: update`\n","type":"text/plain"},"url":{"path":["uploader-service","storage-files","add-star-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"uuids","value":"string","type":"text","description":"(Required) "}]}},"response":[{"id":"5e53f670-1149-48cd-88c3-389a4451dcbd","name":"Results of the operation","originalRequest":{"url":{"path":["uploader-service","storage-files","add-star-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) ","type":"text/plain"},"key":"uuids","value":"string","type":"text"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"0ac106beb55c401bac8bc8244e367512\": false,\n  \"03dc506041e24c3cae284fd3f6611082\": true\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1d663171-5e54-4505-a8df-6d1a53e5d347","name":"Remove stars","request":{"name":"Remove stars","description":{"content":"Remove stars from one or more files.\n\n<strong><span style=\"color:red\">IMPORTANT:</span></strong> Due to technical limitations, the code examples on the right don't include the form data. If you use the examples, remember to add it.\n\nExample correct cURL request:\n<pre>\ncurl --location 'https://api.synerise.com/uploader-service/storage-files/remove-star-by-uuid' \\\n--header 'Authorization: Bearer YOUR_TOKEN' \\\n--form 'uuids=\"[\\\"0ac106beb55c401bac8bc8244e367512\\\",\\\"03dc506041e24c3cae284fd3f6611082\\\"]\"'\n</pre>\n\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_explorer: update`\n","type":"text/plain"},"url":{"path":["uploader-service","storage-files","remove-star-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"formdata","formdata":[{"key":"uuids","value":"string","type":"text","description":"(Required) "}]}},"response":[{"id":"59694773-3c41-4b8c-8189-e28887468ab4","name":"Results of the operation","originalRequest":{"url":{"path":["uploader-service","storage-files","remove-star-by-uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"formdata","formdata":[{"description":{"content":"(Required) ","type":"text/plain"},"key":"uuids","value":"string","type":"text"}]}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"0ac106beb55c401bac8bc8244e367512\": false,\n  \"03dc506041e24c3cae284fd3f6611082\": true\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]},{"id":"ca9299f0-3f55-4c10-a8a0-3098e2620f67","name":"Documents (legacy)","description":{"content":"","type":"text/plain"},"item":[{"id":"04e8a103-b4ab-4471-8ba4-5f63ed4bf228","name":"Preview document","request":{"name":"Preview document","description":{"content":"Preview a document.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: update`\n","type":"text/plain"},"url":{"path":["schema-service","document","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"schema\": \"containers\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ac15d9e1-c24f-4fcc-bab0-22a02a701b1b","name":"JSON content of the document","originalRequest":{"url":{"path":["schema-service","document","preview"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"schema\": \"containers\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"7c2dab8d-236a-45f3-b7d1-e7da8554c831","name":"Create document version","request":{"name":"Create document version","description":{"content":"Create a new version of a document. To modify an existing version of a document, see [Update document](#operation/documentUpdatePost).\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: update`\n","type":"text/plain"},"url":{"path":["schema-service","document",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"description\": \"string\",\n  \"name\": \"string\",\n  \"version\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"3a6c4610-dc74-4bdb-bbd6-b42829933582","name":"Document","originalRequest":{"url":{"path":["schema-service","document",":uuid"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"*/*"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"description\": \"string\",\n  \"name\": \"string\",\n  \"version\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"*/*"}],"body":"{\n  \"author\": 9688,\n  \"content\": {},\n  \"createdAt\": \"1986-12-19T00:38:39.880Z\",\n  \"description\": \"string\",\n  \"id\": 5221,\n  \"isActive\": true,\n  \"name\": \"string\",\n  \"published\": false,\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"50a531c0-0060-198f-4ee5-8495c49c84be\",\n  \"version\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6fc1dfb5-7f12-4f22-bf66-841ece60f22a","name":"Get raw document","request":{"name":"Get raw document","description":{"content":"Retrieve a single document in raw form (inserts are not processed).\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","document",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"id","description":"(Required) Document ID. Each version of a document has a unique ID."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"28957061-93ff-4bac-aa9d-1a04d84bb73e","name":"Raw document","originalRequest":{"url":{"path":["schema-service","document",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"1511","key":"id","description":"(Required) Document ID. Each version of a document has a unique ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"author\": 9688,\n  \"content\": {},\n  \"createdAt\": \"1986-12-19T00:38:39.880Z\",\n  \"description\": \"string\",\n  \"id\": 5221,\n  \"isActive\": true,\n  \"name\": \"string\",\n  \"published\": false,\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"50a531c0-0060-198f-4ee5-8495c49c84be\",\n  \"version\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6cfbf9ba-fcd2-4c02-ab0c-0c54a80b3605","name":"Update document","request":{"name":"Update document","description":{"content":"Update an existing version of a document. This endpoint does not create a new version. To create a new version, see [Create document version](#operation/documentVersionPost).\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: update`\n","type":"text/plain"},"url":{"path":["schema-service","document",":uuid",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."},{"disabled":false,"type":"any","value":"1511","key":"id","description":"(Required) Document ID. Each version of a document has a unique ID."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"description\": \"string\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"1a7f4a8d-8d19-4b7f-90dc-7f904744e9aa","name":"Updated document","originalRequest":{"url":{"path":["schema-service","document",":uuid",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."},{"disabled":false,"type":"any","value":"1511","key":"id","description":"(Required) Document ID. Each version of a document has a unique ID."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"content\": {},\n  \"description\": \"string\",\n  \"name\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"author\": 9688,\n  \"content\": {},\n  \"createdAt\": \"1986-12-19T00:38:39.880Z\",\n  \"description\": \"string\",\n  \"id\": 5221,\n  \"isActive\": true,\n  \"name\": \"string\",\n  \"published\": false,\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"50a531c0-0060-198f-4ee5-8495c49c84be\",\n  \"version\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0cc851a1-7ccf-4f06-8f5a-8d69df130180","name":"Generate processed document (only content)","request":{"name":"Generate processed document (only content)","description":{"content":"Retrieve a generated document, without any metadata in the response. Inserts are processed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `SCHEMA_SERVICE_DOCUMENT_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","v2","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a8274baf-c459-4f86-942e-c44744923e76","name":"Generated document","originalRequest":{"url":{"path":["schema-service","v2","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"739j8dls-3xg-1xz91-9s44n9o-77","key":"slug","description":"(Required) Slug of the document"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {}\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8483234a-912f-4a5d-92fc-9c0b64c380a7","name":"Generate processed document (only content)","request":{"name":"Generate processed document (only content)","description":{"content":"Retrieve a generated document, without any metadata in the response. Inserts are processed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `SCHEMA_SERVICE_DOCUMENT_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not provided, defaults to the latest version."},{"disabled":false,"key":"page","value":"1511","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"1511","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"40d54611-c0c3-4c88-8141-3541ab37f002","name":"Generated document","originalRequest":{"url":{"path":["schema-service","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"1511"},{"key":"limit","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {}\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"0ceee6cd-62ab-4975-ae9a-dc82eb3db1a6","name":"Generate processed document (only content)","request":{"name":"Generate processed document (only content)","description":{"content":"Retrieve a generated document, without any metadata in the response. Inserts are processed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=profileLogin\" target=\"_blank\" rel=\"noopener\">Workspace (Business Profile)</a>\n\n**API key permission required:** `SCHEMA_SERVICE_DOCUMENT_READ`\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not provided, defaults to the latest version."},{"disabled":false,"key":"page","value":"1511","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"1511","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"313fb010-014d-419c-8da9-541884d8e139","name":"Generated document","originalRequest":{"url":{"path":["schema-service","document","slug",":slug","content"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"1511"},{"key":"limit","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {}\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b2bde17a-1933-4021-b4ca-98778b1d8b44","name":"Generate certification document with specific slug.","request":{"name":"Generate certification document with specific slug.","description":{"content":"Retrieve a certification document. Inserts are processed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","document","certification",":slug"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not provided, defaults to the latest version."},{"disabled":false,"key":"page","value":"1511","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"1511","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"736b37f8-e105-4da2-abf0-ffaa2ff7648b","name":"Generated document","originalRequest":{"url":{"path":["schema-service","document","certification",":slug"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"1511"},{"key":"limit","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {},\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"f7b70738-40e4-1d43-131b-3d5b2398e441\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"57e23dbd-08c1-4693-8626-ba204341284e","name":"Generate processed document","request":{"name":"Generate processed document","description":{"content":"Retrieve a generated document. Inserts are processed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","document","slug",":slug"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not provided, defaults to the latest version."},{"disabled":false,"key":"page","value":"1511","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"1511","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"95ad2974-b947-490a-89b0-d2c4144d0fe8","name":"Generated document","originalRequest":{"url":{"path":["schema-service","document","slug",":slug"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"1511"},{"key":"limit","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {},\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"f7b70738-40e4-1d43-131b-3d5b2398e441\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"879e2cb5-adee-4991-a2d8-66b41434c1d0","name":"Generate processed document","request":{"name":"Generate processed document","description":{"content":"Retrieve a generated document. Inserts are processed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","document","slug",":slug"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not provided, defaults to the latest version."},{"disabled":false,"key":"page","value":"1511","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"1511","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\",\n  \"key_2\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"40e8d5f7-3ca4-4ef4-8791-dca41614bcf5","name":"Generated document","originalRequest":{"url":{"path":["schema-service","document","slug",":slug"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"1511"},{"key":"limit","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"key_0\": \"string\",\n  \"key_1\": \"string\",\n  \"key_2\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"content\": {},\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"f7b70738-40e4-1d43-131b-3d5b2398e441\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"a99b9ab9-1c97-4879-92a2-68955b36012a","name":"Generate documents by schema","request":{"name":"Generate documents by schema","description":{"content":"Generate all documents assigned to a schema. The content is processed.\n\n---\n\n**API consumers:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=authenticateUsingPOST_v3\" target=\"_blank\" rel=\"noopener\">Profile (Client)</a>, <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=LogInAnonymouslyV3\" target=\"_blank\" rel=\"noopener\">Anonymous Profile</a>\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","document","by-schema",":schema"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"version","value":"string","description":"Document version. If not defined, all document versions are generated."},{"disabled":false,"key":"page","value":"1511","description":"Page of items in the document"},{"disabled":false,"key":"limit","value":"1511","description":"Limit of items per page"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"schema","description":"(Required) Schema name"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a6cb5bee-73dc-4506-9f38-6c79f62a16c2","name":"Generated documents","originalRequest":{"url":{"path":["schema-service","document","by-schema",":schema"],"host":["{{baseUrl}}"],"query":[{"key":"version","value":"string"},{"key":"page","value":"1511"},{"key":"limit","value":"1511"}],"variable":[{"disabled":false,"type":"any","value":"string","key":"schema","description":"(Required) Schema name"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"content\": {},\n    \"schema\": \"containers\",\n    \"slug\": \"basket\",\n    \"uuid\": \"78b8ba5c-2bdf-195d-a5b8-b3a8d707090b\"\n  },\n  {\n    \"content\": {},\n    \"schema\": \"containers\",\n    \"slug\": \"basket\",\n    \"uuid\": \"cfc6a3c0-8fda-0cf6-bd1d-b40b68da1682\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"b89b11de-1ff1-4adc-b02b-acda1b21835a","name":"List documents","request":{"name":"List documents","description":{"content":"List all documents in the workspace. You can sort and filter the results. The content is raw.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[{"disabled":false,"key":"search","value":"string","description":"Search term. The following fields are searched: `name`, `description`, `version`, `slug`."},{"disabled":false,"key":"sortBy","value":"version:asc","description":"Parameter to sort by"},{"disabled":false,"key":"limit","value":"string","description":"The maximum number of items to retrieve for pagination"},{"disabled":false,"key":"offset","value":"string","description":"Offset for pagination. The first item of the first page has the offset of `0`."}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"14197f41-d3e1-409e-9e73-61854352cb0b","name":"List of documents","originalRequest":{"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[{"key":"search","value":"string"},{"key":"sortBy","value":"version:asc"},{"key":"limit","value":"string"},{"key":"offset","value":"string"}],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"data\": [\n    {\n      \"author\": 3213,\n      \"content\": {},\n      \"createdAt\": \"2022-03-29T15:50:58.165Z\",\n      \"description\": \"string\",\n      \"id\": 7127,\n      \"isActive\": true,\n      \"name\": \"string\",\n      \"published\": false,\n      \"schema\": \"containers\",\n      \"slug\": \"basket\",\n      \"uuid\": \"273b6856-c27f-c851-e884-b61c3b3db21d\",\n      \"version\": \"string\"\n    },\n    {\n      \"author\": 8504,\n      \"content\": {},\n      \"createdAt\": \"1952-06-07T08:16:11.358Z\",\n      \"description\": \"string\",\n      \"id\": 5029,\n      \"isActive\": true,\n      \"name\": \"string\",\n      \"published\": false,\n      \"schema\": \"containers\",\n      \"slug\": \"basket\",\n      \"uuid\": \"c2ea440a-cf48-644c-a096-09b9f126c2ad\",\n      \"version\": \"string\"\n    }\n  ],\n  \"total\": 6639,\n  \"offset\": 4463,\n  \"limit\": 9864\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"8b5efbbd-4835-4e15-b30a-a18a89723e84","name":"Create document","request":{"name":"Create document","description":{"content":"Create a new document.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: create`\n","type":"text/plain"},"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"content\": {},\n  \"version\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"response":[{"id":"ce7d5f04-c26f-45c1-85b1-2ae30d865fc5","name":"Document data","originalRequest":{"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n  \"name\": \"string\",\n  \"slug\": \"basket\",\n  \"schema\": \"containers\",\n  \"content\": {},\n  \"version\": \"string\",\n  \"description\": \"string\"\n}","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"{\n  \"author\": 9688,\n  \"content\": {},\n  \"createdAt\": \"1986-12-19T00:38:39.880Z\",\n  \"description\": \"string\",\n  \"id\": 5221,\n  \"isActive\": true,\n  \"name\": \"string\",\n  \"published\": false,\n  \"schema\": \"containers\",\n  \"slug\": \"basket\",\n  \"uuid\": \"50a531c0-0060-198f-4ee5-8495c49c84be\",\n  \"version\": \"string\"\n}","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"cca0ac57-a517-4abf-8044-f329d88d0efe","name":"Delete documents","request":{"name":"Delete documents","description":{"content":"You can delete one or more documents. This operation is irreversible.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: delete`\n","type":"text/plain"},"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"DELETE","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"response":[{"id":"8d87fe94-e654-4e7a-b0ed-2368e7653ad8","name":"Deletion status","originalRequest":{"url":{"path":["schema-service","document"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"DELETE","body":{"mode":"raw","raw":"[\n  \"string\",\n  \"string\"\n]","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"true","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1b2d13f3-f134-484f-8e9c-f605dabd4f55","name":"Get document versions","request":{"name":"Get document versions","description":{"content":"Retrieve all versions of a document. The content is raw.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","document",":uuid","versions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"9b2470b6-4fde-432d-98f9-c3c60b92a373","name":"List of document versions","originalRequest":{"url":{"path":["schema-service","document",":uuid","versions"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"[\n  {\n    \"author\": 3127,\n    \"content\": {},\n    \"createdAt\": \"1961-04-27T18:21:52.865Z\",\n    \"description\": \"string\",\n    \"id\": 2576,\n    \"isActive\": true,\n    \"name\": \"string\",\n    \"published\": false,\n    \"schema\": \"containers\",\n    \"slug\": \"basket\",\n    \"uuid\": \"c8e3ae25-7ad5-3d26-8cc7-6508a15f0b4b\",\n    \"version\": \"string\"\n  },\n  {\n    \"author\": 7678,\n    \"content\": {},\n    \"createdAt\": \"1959-09-25T04:53:03.309Z\",\n    \"description\": \"string\",\n    \"id\": 3959,\n    \"isActive\": true,\n    \"name\": \"string\",\n    \"published\": false,\n    \"schema\": \"containers\",\n    \"slug\": \"basket\",\n    \"uuid\": \"3a9f73a0-9a6a-da18-481b-7721f15b8776\",\n    \"version\": \"string\"\n  }\n]","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e8850e7b-7a82-4837-affb-4da5e53b2d65","name":"Publish document","request":{"name":"Publish document","description":{"content":"Publish a document. You must provide a version in the request body.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: update`\n","type":"text/plain"},"url":{"path":["schema-service","document",":uuid","publish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]},"body":{"mode":"raw","raw":"1.0.5","options":{"raw":{"language":"json"}}}},"response":[{"id":"f0ed688b-675a-4001-87c6-70065ac282e8","name":"Publishing status","originalRequest":{"url":{"path":["schema-service","document",":uuid","publish"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"79c0100f-e412-53ff-1489-8d99c57a2dc6","key":"uuid","description":"(Required) Document UUID. The UUID is the same for all versions of a document."}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"1.0.5","options":{"raw":{"language":"json"}}}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"true","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1e5b76da-8042-49c1-b5b7-468534178235","name":"Check if slug is correct","request":{"name":"Check if slug is correct","description":{"content":"Check if the provided slug exists.\n\n---\n\n**API consumer:** <a href=\"/api-reference/authorization?tag=Authorization&amp;operationId=userLogin\" target=\"_blank\" rel=\"noopener\">Synerise User</a>\n\n**User role permission required:** `assets_docs: read`\n","type":"text/plain"},"url":{"path":["schema-service","document","slug",":slug","check"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","auth":{"type":"bearer","bearer":[{"key":"token","value":"{{bearerToken}}"}]}},"response":[{"id":"a6e2b7d3-f859-40d7-a151-4fab562f52fc","name":"True or False","originalRequest":{"url":{"path":["schema-service","document","slug",":slug","check"],"host":["{{baseUrl}}"],"query":[],"variable":[{"disabled":false,"type":"any","value":"string","key":"slug","description":"(Required) Document slug"}]},"header":[{"description":{"content":"Added as a part of security scheme: bearer","type":"text/plain"},"key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"method":"GET","body":{}},"status":"OK","code":200,"header":[{"key":"Content-Type","value":"application/json"}],"body":"true","cookie":[],"_postman_previewlanguage":"json"}],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}],"event":[]}],"event":[],"variable":[{"type":"string","value":"https://api.synerise.com","key":"baseUrl"}],"info":{"_postman_id":"e052ba54-00e3-46f8-b5e7-ecec1aed3265","name":"Asset Management - Synerise Public API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"","type":"text/plain"}}}