{"info":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"28746136","collectionId":"e465f445-c860-48cd-90d1-5903e6dda8b7","publishedId":"2s9YJgUM6w","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0d6efd"},"publishDate":"2023-10-09T03:29:51.000Z"},"item":[{"name":"auth","item":[{"name":"/v1/auth/user-session","id":"a1de9b0b-c7f4-4a63-a2bb-a9a6f1c44efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/auth/user-session","description":"<p>This endpoint is mainly used by multiple applications sharing the same session to retrieve the user session data for the authenticated user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","auth","user-session"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"2cce1aab-f85d-4413-8c50-0e77f2f05646","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/auth/user-session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"isAuthenticated\": \"<boolean>\",\n\t\t\"user\": {}\n\t}\n}"},{"id":"4951e9e9-7fa0-4a07-a470-285ba0e73ba4","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/auth/user-session"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"a1de9b0b-c7f4-4a63-a2bb-a9a6f1c44efa"},{"name":"/v1/auth/login","id":"f7d3b53d-3e7b-4518-adab-6ff125f252b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/auth/login","description":"<p>Simple email login without the third-party Provider (meant for the 'Email' field on the UI login component).\nRetrieve and return the user data based on the email.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","auth","login"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"d138176a-7a9d-4636-98aa-93c1994b5de0","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"user\": \"<string>\"\n\t}\n}"},{"id":"4759be39-02e6-4105-a493-4104a7dd5559","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/auth/login"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f7d3b53d-3e7b-4518-adab-6ff125f252b4"},{"name":"/v1/auth/logout","id":"6ce7aefb-010f-4814-938b-09c066a861ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/auth/logout","description":"<p>Remove user session</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","auth","logout"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"d8109e12-5ee7-4721-bc08-f35def1c522b","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3ab2310d-0049-43a0-bacb-3d3588ea3a01","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/auth/logout"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"6ce7aefb-010f-4814-938b-09c066a861ce"},{"name":"/v1/auth/url/:provider","id":"f8d36c77-4fba-4bf0-85bb-f8b0081e21ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/auth/url/:provider","description":"<p>Get the third-party Authentication Provider's authorisation URL.\nCurrent supported Provider: \"microsoft\"</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","auth","url",":provider"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"6bc49787-5c7c-45ee-8ea9-0fb11c779f09","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"microsoft","key":"provider"}]}},"response":[{"id":"a9c456f0-2617-4b2d-81e7-2d513128dcbe","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/auth/url/:provider","host":["https://cs-beta.contentapp.io/api"],"path":["v1","auth","url",":provider"],"variable":[{"key":"provider"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": \"<string>\"\n}"},{"id":"2e54fcba-17bc-4bd1-9c13-875390f3e1c8","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/auth/url/:provider","host":["https://cs-beta.contentapp.io/api"],"path":["v1","auth","url",":provider"],"variable":[{"key":"provider"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f8d36c77-4fba-4bf0-85bb-f8b0081e21ab"},{"name":"/v1/auth/callback/:provider","id":"5880ef49-b725-4a91-91f8-af43ca163ff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/auth/callback/:provider","description":"<p>This endpoint is invoked by the Provider after the authorisation process is done. Response will not be returned, instead it redirects to the URL\nof the UI login component.\nThe authenticated user is stored in the session, it also appended as the query parameter called \"user\", on the redirect URL.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","auth","callback",":provider"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"c241a074-425b-46a2-ba87-60e4a922259a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"microsoft","key":"provider"}]}},"response":[{"id":"14769c02-7e22-4aa0-8fe6-71064d148bae","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/auth/callback/:provider","host":["https://cs-beta.contentapp.io/api"],"path":["v1","auth","callback",":provider"],"variable":[{"key":"provider"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"5880ef49-b725-4a91-91f8-af43ca163ff9"}],"id":"11a98ecd-9dde-4a5a-a7a3-e8c91b1cc756","description":"<p>Retrieve and manage auth</p>\n","_postman_id":"11a98ecd-9dde-4a5a-a7a3-e8c91b1cc756","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"analytics","item":[{"name":"/v1/analytics/superset/guest-token/:dashboardId","id":"7b4573d7-679e-4b0e-9664-749d9a2a764b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/analytics/superset/guest-token/:dashboardId","description":"<p>Get Superset guest token to access dashboard</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","analytics","superset","guest-token",":dashboardId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"1e6db9cf-7771-4bfb-84e8-6aadd587f049","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"dashboardId"}]}},"response":[{"id":"016bd84e-c1f8-453c-8836-2a4ef2a2f264","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/analytics/superset/guest-token/:dashboardId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","analytics","superset","guest-token",":dashboardId"],"variable":[{"key":"dashboardId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": \"<string>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"dce40ec0-d1b9-45ee-a59a-9332ff8d0b6b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/analytics/superset/guest-token/:dashboardId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","analytics","superset","guest-token",":dashboardId"],"variable":[{"key":"dashboardId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7309f0c2-5269-41c3-b7bd-d36776ced040","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/analytics/superset/guest-token/:dashboardId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","analytics","superset","guest-token",":dashboardId"],"variable":[{"key":"dashboardId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"7b4573d7-679e-4b0e-9664-749d9a2a764b"},{"name":"/v1/analytics/superset/dashboards","id":"062794ac-b148-4b2c-bfc7-a2e06bb4af20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/analytics/superset/dashboards?options=<string>","description":"<p>Get list of Superset dashboards, use JSON query parameters <code>options</code> for sorting, pagination and for selecting specific columns.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","analytics","superset","dashboards"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"key":"options","value":"<string>"}],"variable":[]}},"response":[{"id":"7d018c92-d401-4c5e-8d58-f2027dee2207","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/analytics/superset/dashboards?options=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","analytics","superset","dashboards"],"query":[{"key":"options","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<integer>\",\n\t\t\t\"dashboard_title\": \"<string>\"\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"85acd604-d706-4328-bdcc-48ff2079127d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/analytics/superset/dashboards?options=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","analytics","superset","dashboards"],"query":[{"key":"options","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4efd6931-6154-4e5d-acfb-39514dbd3a0f","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/analytics/superset/dashboards?options=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","analytics","superset","dashboards"],"query":[{"key":"options","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"062794ac-b148-4b2c-bfc7-a2e06bb4af20"}],"id":"9d182fc0-0f50-4ff9-bfae-76c3bd8031f0","description":"<p>Retrieve and manage analytics</p>\n","_postman_id":"9d182fc0-0f50-4ff9-bfae-76c3bd8031f0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"configs","item":[{"name":"/v1/configs","id":"e69f343d-530f-45d7-bc7d-0c7ba01bc567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs","description":"<p>Get list of environment variables</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"94ea0a22-91aa-4815-8102-caaf3d1994ff","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"isTestEnv\": \"<boolean>\",\n\t\t\"supersetUrl\": \"<string>\",\n\t\t\"angularAppUrl\": \"<string>\",\n\t\t\"controlConsoleAppUrl\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"30556172-daf7-41d3-a9d6-54cc665fccc9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9c1c8e4f-ff6f-4587-874e-6df2ca66f842","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e69f343d-530f-45d7-bc7d-0c7ba01bc567"},{"name":"/v1/configs/acl","id":"5a0df148-8cf2-43b6-8f39-e10cbedbbd76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/acl?siteId=<string>&limit=<integer>&offset=<integer>","description":"<p>Get list of users, groups and access modes to render an ACL rule in UI</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","acl"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>Get the groups of the given site</p>\n","type":"text/plain"},"key":"siteId","value":"<string>"},{"description":{"content":"<p>Number of items to return (the list size)</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Number of items to skip (where the list should start)</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"f562a1ab-ad75-4fa0-8f4c-25f25555f192","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/acl?siteId=<string>&limit=<integer>&offset=<integer>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","acl"],"query":[{"description":"Get the groups of the given site","key":"siteId","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"modes\": [\n\t\t\t{\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"groups\": {\n\t\t\t\"totalItems\": \"<integer>\",\n\t\t\t\"hasMoreItems\": \"<boolean>\",\n\t\t\t\"paging\": {\n\t\t\t\t\"limit\": \"<integer>\",\n\t\t\t\t\"offset\": \"<integer>\"\n\t\t\t},\n\t\t\t\"list\": [\n\t\t\t\t{\n\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t\"users\": {\n\t\t\t\"totalItems\": \"<integer>\",\n\t\t\t\"hasMoreItems\": \"<boolean>\",\n\t\t\t\"paging\": {\n\t\t\t\t\"limit\": \"<integer>\",\n\t\t\t\t\"offset\": \"<integer>\"\n\t\t\t},\n\t\t\t\"list\": [\n\t\t\t\t{\n\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\"value\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"297a160b-64b0-4e62-a629-afaa0c4f0aaa","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/acl?siteId=<string>&limit=<integer>&offset=<integer>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","acl"],"query":[{"description":"Get the groups of the given site","key":"siteId","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0a0d1296-f02d-4f90-a71f-1fb9d407c806","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/acl?siteId=<string>&limit=<integer>&offset=<integer>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","acl"],"query":[{"description":"Get the groups of the given site","key":"siteId","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"5a0df148-8cf2-43b6-8f39-e10cbedbbd76"},{"name":"/v1/configs/mimetypes","id":"7d7d41b2-57e0-4cb3-b7e3-707bf62b39ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/mimetypes?refresh=true","description":"<p>Get Mimetype definition from repository /cs:configuration/cs:metadata/mimetypes.json</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","mimetypes"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>Flag to allow re-read of mimetypes.json file content from repository</p>\n","type":"text/plain"},"key":"refresh","value":"true"}],"variable":[]}},"response":[{"id":"caa940fd-3231-4b63-99ba-43ed46d2d2d8","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/mimetypes?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","mimetypes"],"query":[{"description":"Flag to allow re-read of mimetypes.json file content from repository","key":"refresh","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"value\": \"<string>\",\n\t\t\t\"extension\": \"<string>\",\n\t\t\t\"icon\": \"<string>\",\n\t\t\t\"workflow-icon\": \"<string>\",\n\t\t\t\"viewable\": \"<boolean>\",\n\t\t\t\"natural-language\": \"<boolean>\"\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"37e37e2e-45f0-43c4-a584-9f92b6a05aa0","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/mimetypes?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","mimetypes"],"query":[{"description":"Flag to allow re-read of mimetypes.json file content from repository","key":"refresh","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cee33147-f42c-4c3f-a064-8e6d6bd0be39","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/mimetypes?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","mimetypes"],"query":[{"description":"Flag to allow re-read of mimetypes.json file content from repository","key":"refresh","value":"true"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"7d7d41b2-57e0-4cb3-b7e3-707bf62b39ec"},{"name":"/v1/configs/property-editor","id":"9ddbc078-4153-49d7-b22b-3640a4b6ccb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/property-editor?refresh=true","description":"<p>Get Property Editor definition from /cs:configuration/cs:editors/default.json</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","property-editor"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>Flag to allow re-read of default.json file content from repository</p>\n","type":"text/plain"},"key":"refresh","value":"true"}],"variable":[]}},"response":[{"id":"54858ded-122f-4647-a253-013b460d05a8","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/property-editor?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","property-editor"],"query":[{"description":"Flag to allow re-read of default.json file content from repository","key":"refresh","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"properties\": [\n\t\t\t{\n\t\t\t\t\"category\": \"<string>\",\n\t\t\t\t\"display-order\": \"<integer>\",\n\t\t\t\t\"fields\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"prefixedName\": \"<string>\",\n\t\t\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\t\t\"multi-valued\": \"<boolean>\",\n\t\t\t\t\t\t\"description\": \"<string>\",\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"readonly\": \"<boolean>\",\n\t\t\t\t\t\t\"options\": {\n\t\t\t\t\t\t\t\"no-results\": \"hide\",\n\t\t\t\t\t\t\t\"prefix\": \"<string>\",\n\t\t\t\t\t\t\t\"postfix\": \"<string>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t],\n\t\t\"name\": \"<string>\",\n\t\t\"source\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e718547b-161a-44e9-8664-9f053116e180","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/property-editor?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","property-editor"],"query":[{"description":"Flag to allow re-read of default.json file content from repository","key":"refresh","value":"true"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5423fdc2-6ba1-46c7-a93b-28a6750299d6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/property-editor?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","property-editor"],"query":[{"description":"Flag to allow re-read of default.json file content from repository","key":"refresh","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"858fb1ba-021d-4667-ab49-862719d47ae2","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/property-editor?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","property-editor"],"query":[{"description":"Flag to allow re-read of default.json file content from repository","key":"refresh","value":"true"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"9ddbc078-4153-49d7-b22b-3640a4b6ccb1"},{"name":"/v1/configs/metadata-viewer","id":"a7a33e61-97b9-405f-8083-2c0847d56188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/metadata-viewer?refresh=true","description":"<p>Get Metadata Viewer definition from /cs:configuration/cs:metadata/metadata-viewer.json</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","metadata-viewer"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>Flag to allow re-read of metadata-viewer.json file content from repository</p>\n","type":"text/plain"},"key":"refresh","value":"true"}],"variable":[]}},"response":[{"id":"5753b3d8-388e-4636-9a2b-2b66fb3039c6","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/metadata-viewer?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","metadata-viewer"],"query":[{"description":"Flag to allow re-read of metadata-viewer.json file content from repository","key":"refresh","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"properties\": [\n\t\t\t{\n\t\t\t\t\"category\": \"<string>\",\n\t\t\t\t\"display-order\": \"<integer>\",\n\t\t\t\t\"fields\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"prefixedName\": \"<string>\",\n\t\t\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\t\t\"options\": {\n\t\t\t\t\t\t\t\"no-results\": \"hide\",\n\t\t\t\t\t\t\t\"prefix\": \"<string>\",\n\t\t\t\t\t\t\t\"postfix\": \"<string>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t],\n\t\t\"name\": \"<string>\",\n\t\t\"source\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2275bd72-d354-4044-8ba4-c459fba1c434","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/metadata-viewer?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","metadata-viewer"],"query":[{"description":"Flag to allow re-read of metadata-viewer.json file content from repository","key":"refresh","value":"true"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9a7a5937-1349-4a97-8940-3ebbaae4586c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/metadata-viewer?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","metadata-viewer"],"query":[{"description":"Flag to allow re-read of metadata-viewer.json file content from repository","key":"refresh","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d3dd725e-4af8-4635-91a5-facfd4fbf26b","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/metadata-viewer?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","metadata-viewer"],"query":[{"description":"Flag to allow re-read of metadata-viewer.json file content from repository","key":"refresh","value":"true"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"a7a33e61-97b9-405f-8083-2c0847d56188"},{"name":"/v1/configs/search-criteria","id":"799395a1-09be-4d9c-b718-488b0bccf6da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/search-criteria","description":"<p>Get Search Criteria definition from search-criteria-templates.json</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","search-criteria"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"23fa0d04-93ff-4b09-907f-d09f7ac0c176","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/search-criteria"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"criteria\": [\n\t\t\t{\n\t\t\t\t\"display-order\": \"<integer>\",\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"key\": \"<string>\",\n\t\t\t\t\"query\": \"<string>\",\n\t\t\t\t\"operator\": \"<string>\",\n\t\t\t\t\"checked\": \"<boolean>\"\n\t\t\t}\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"588249da-121c-4916-b17f-a6a4bbc9f163","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/search-criteria"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9a2fde9c-7404-4d65-8015-75aab91c8d61","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/search-criteria"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"799395a1-09be-4d9c-b718-488b0bccf6da"},{"name":"/v1/configs/search-categories","id":"985c61b0-4417-496c-981e-8ffba286b75a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/search-categories","description":"<p>Get Category Search definition from category-templates.json</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","search-categories"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"3b263231-8c67-4133-8813-03191ec5944e","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/search-categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"categories\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"label\": \"<string>\"\n\t\t\t}\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e8f129ee-355a-469f-b127-cc90deb2f06e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/search-categories"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"aa9ba3e6-d4a3-4149-8778-79a5dd0c4a8a","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/search-categories"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"985c61b0-4417-496c-981e-8ffba286b75a"},{"name":"/v1/configs/search-categories/:categoryId/filters","id":"8e7db44e-36b6-46ee-9189-c525356854e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"queryData\": {\n\t\t\"sites\": \"<string>\",\n\t\t\"nodeEntity\": \"<string>\",\n\t\t\"searchOptions\": \"<string>\"\n\t},\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/configs/search-categories/:categoryId/filters","description":"<p>Get list of filters by category id along with their respective counts. The count property indicates the number of items that match each filter criterion.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","search-categories",":categoryId","filters"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"ea337950-5fd7-4a0e-aec6-da90665aafd3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"categoryId"}]}},"response":[{"id":"983711b8-ed92-4eaa-a9fd-5ac781d33f39","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"queryData\": {\n\t\t\"sites\": \"<string>\",\n\t\t\"nodeEntity\": \"<string>\",\n\t\t\"searchOptions\": \"<string>\"\n\t},\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/search-categories/:categoryId/filters","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","search-categories",":categoryId","filters"],"variable":[{"key":"categoryId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"query\": \"<string>\",\n\t\t\t\"count\": \"<number>\"\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b701ae09-be15-4ac2-b26f-a30988930798","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"queryData\": {\n\t\t\"sites\": \"<string>\",\n\t\t\"nodeEntity\": \"<string>\",\n\t\t\"searchOptions\": \"<string>\"\n\t},\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/search-categories/:categoryId/filters","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","search-categories",":categoryId","filters"],"variable":[{"key":"categoryId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4245a6eb-fc47-4238-b6a6-be523411c42c","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"queryData\": {\n\t\t\"sites\": \"<string>\",\n\t\t\"nodeEntity\": \"<string>\",\n\t\t\"searchOptions\": \"<string>\"\n\t},\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/search-categories/:categoryId/filters","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","search-categories",":categoryId","filters"],"variable":[{"key":"categoryId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"8e7db44e-36b6-46ee-9189-c525356854e0"},{"name":"/v1/configs/search-categories/:categoryId/:filterLabel","id":"ef3b138a-602d-48eb-8ee4-25deba288dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/search-categories/:categoryId/:filterLabel","description":"<p>Get filter data (query) by category id and filter label</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","search-categories",":categoryId",":filterLabel"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"b1f7a6d5-fab0-4d47-b0e7-872342495037","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"categoryId"},{"id":"c99e8564-e535-44d2-814a-96ff014b48ee","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"This Week","key":"filterLabel"}]}},"response":[{"id":"e3b4e57a-b91f-435c-93d6-74c128e5908d","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/search-categories/:categoryId/:filterLabel","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","search-categories",":categoryId",":filterLabel"],"variable":[{"key":"categoryId"},{"key":"filterLabel"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"category\": {\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"label\": \"<string>\"\n\t\t\t},\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"query\": \"<string>\"\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"522d4043-bd15-41aa-9d43-d25d658ff3bd","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/search-categories/:categoryId/:filterLabel","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","search-categories",":categoryId",":filterLabel"],"variable":[{"key":"categoryId"},{"key":"filterLabel"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"81fff0f8-b682-497d-aa29-cd8078e4e161","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/search-categories/:categoryId/:filterLabel","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","search-categories",":categoryId",":filterLabel"],"variable":[{"key":"categoryId"},{"key":"filterLabel"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"ef3b138a-602d-48eb-8ee4-25deba288dc7"},{"name":"/v1/configs/browser-configurations","id":"ad9d3666-6747-43ad-852a-965e6732864d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/browser-configurations","description":"<p>Get master browser configuration from master-browser-configurations.json</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","browser-configurations"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"6aae8cc8-5456-47e3-ace5-e02bba253af8","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/browser-configurations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"repository\": {\n\t\t\t\"columns\": {\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"value\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"dbSort\": \"<string>\",\n\t\t\t\t\t\t\"columnName\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"dbSort\": \"<string>\",\n\t\t\t\t\t\t\"columnName\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"isExpanded\": \"<boolean>\",\n\t\t\t\t\"description\": \"<string>\"\n\t\t\t},\n\t\t\t\"common\": {\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"value\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"value\": \"<boolean>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"value\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"isExpanded\": \"<boolean>\",\n\t\t\t\t\"description\": \"<string>\"\n\t\t\t},\n\t\t\t\"search\": {\n\t\t\t\t\"value\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"value\": \"<boolean>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"value\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"isExpanded\": \"<boolean>\",\n\t\t\t\t\"description\": \"<string>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0f17e13e-a23a-4811-b13e-05db00768875","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/browser-configurations"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cc3cd9aa-9ace-4b10-a406-7505e026217e","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/browser-configurations"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"ad9d3666-6747-43ad-852a-965e6732864d"},{"name":"/v1/configs/settings","id":"76f68b0b-048b-426c-848d-26193f954027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/settings","description":"<p>Get settings from /cs:configuration/cs:settings/settings.json and \nlogo from /cs:configuration/cs:settings/cs:logo</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","settings"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"19d3caed-df3d-4568-be93-802713f4baf9","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"logo\": {\n\t\t\t\"base64\": \"<string>\",\n\t\t\t\"contentType\": \"<string>\"\n\t\t},\n\t\t\"settings\": {\n\t\t\t\"title\": \"<string>\",\n\t\t\t\"description\": \"<string>\",\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bc24cbd8-3947-42a0-84f7-c9a6a7169e2d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/settings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ce3ab225-eea5-4c47-b012-d01a7c6e36e3","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/settings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"76f68b0b-048b-426c-848d-26193f954027"},{"name":"/v1/configs/settings","id":"6a9f51ae-06e8-427c-b6de-688754a0f5b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) System logo. Recommended height: 50px. Accepted types: JPG, JPEG, PNG, SVG, BMP and GIF only.</p>\n","key":"file","value":"<string>","type":"text"},{"description":"<p>(Required) Display title of the system</p>\n","key":"title","value":"<string>","type":"text"},{"description":"<p>Display description of the system</p>\n","key":"description","value":"<string>","type":"text"},{"description":"<p>URL to redirect to when system logo is clicked</p>\n","key":"url","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/configs/settings","description":"<p>Update logo and settings</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","settings"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"820da796-2ade-4779-b263-65cbfcd60d25","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) System logo. Recommended height: 50px. Accepted types: JPG, JPEG, PNG, SVG, BMP and GIF only.\n","key":"file","value":"<string>","type":"text"},{"description":"(Required) Display title of the system","key":"title","value":"<string>","type":"text"},{"description":"Display description of the system","key":"description","value":"<string>","type":"text"},{"description":"URL to redirect to when system logo is clicked","key":"url","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/configs/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"logo\": {\n\t\t\t\"base64\": \"<string>\",\n\t\t\t\"contentType\": \"<string>\"\n\t\t},\n\t\t\"settings\": {\n\t\t\t\"title\": \"<string>\",\n\t\t\t\"description\": \"<string>\",\n\t\t\t\"url\": \"<string>\"\n\t\t}\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7c099fe3-6094-4db6-84ee-c97d82157b62","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) System logo. Recommended height: 50px. Accepted types: JPG, JPEG, PNG, SVG, BMP and GIF only.\n","key":"file","value":"<string>","type":"text"},{"description":"(Required) Display title of the system","key":"title","value":"<string>","type":"text"},{"description":"Display description of the system","key":"description","value":"<string>","type":"text"},{"description":"URL to redirect to when system logo is clicked","key":"url","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/configs/settings"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f4971d9c-494c-41a2-9290-3e850f48a844","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) System logo. Recommended height: 50px. Accepted types: JPG, JPEG, PNG, SVG, BMP and GIF only.\n","key":"file","value":"<string>","type":"text"},{"description":"(Required) Display title of the system","key":"title","value":"<string>","type":"text"},{"description":"Display description of the system","key":"description","value":"<string>","type":"text"},{"description":"URL to redirect to when system logo is clicked","key":"url","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/configs/settings"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"6a9f51ae-06e8-427c-b6de-688754a0f5b4"},{"name":"/v1/configs/menus","id":"f674aca4-21b7-4a3d-a05b-9a559f54eef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Menu node Id/url</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus","description":"<p>Retrieve properties of the supplied Menu nodeId</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","menus"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"f85cbb35-72f8-4eb3-abd3-68fc19677337","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:routerUrl\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:displayOrder\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:icon\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:hasSubMenus\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"46266d25-7ea9-4845-a7de-cbb1477dd37a","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3b6927e9-81c0-4f5a-925b-e40696d491ff","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a8785315-06c9-4bbb-b1ff-8b674a1229c8","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f674aca4-21b7-4a3d-a05b-9a559f54eef7"},{"name":"/v1/configs/menus","id":"88a41530-cf7c-46d2-b05b-fec7bb2761ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Menu node Id/url</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/configs/menus","description":"<p>Update the Menu</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","menus"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"afd75c74-1687-4f50-87c3-f2a4f1508a0e","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:routerUrl\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:displayOrder\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:icon\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:hasSubMenus\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"794b8db0-39de-42fa-943f-64ebb9262037","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"35f6001c-8a60-4de4-90a7-b040e5668de4","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"39b1c28d-8cd0-4219-9efc-0e9d82d30686","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"88a41530-cf7c-46d2-b05b-fec7bb2761ff"},{"name":"/v1/configs/menus","id":"8dcbe34a-7086-41d7-afcc-c85b0a505b83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Menu node Id/url</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus","description":"<p>Delete the Menu</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","menus"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"cd7d53ff-3d50-45c7-bdd2-b71df5c94cbe","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5b5a72ec-c5cd-4bee-ae1d-829fdb57227a","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a23cc127-3710-4fa3-8bc1-567d7a763d2a","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ec64a4a0-6856-4bb8-8b59-d7c864a7e8bd","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"8dcbe34a-7086-41d7-afcc-c85b0a505b83"},{"name":"/v1/configs/menus/children","id":"4f5ca786-7889-4b77-98d3-192e404f3cb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Menu node Id/url</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus/children","description":"<p>List all the children of the supplied Menu nodeId. \nX-Node-Id is taken as the parent location, where menus under it will be retrieved.\nIf X-Node-Id is \"/\", get the menus at the root location, i.e: /cs:configuration/cs:main-menus</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","menus","children"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"3c0b8b7c-4faa-4bb7-8327-8a5444b25da3","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus/children"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:routerUrl\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:displayOrder\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:icon\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:hasSubMenus\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:routerUrl\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:displayOrder\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:icon\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:hasSubMenus\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"39f89294-ea7b-43b2-9ae3-7d85f1c68ff6","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus/children"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ecd00abd-9d68-4c7a-b599-aa73b79b7411","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus/children"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"93c3c5dd-a654-4e4e-bffc-b77a53773c13","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/menus/children"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"4f5ca786-7889-4b77-98d3-192e404f3cb9"},{"name":"/v1/configs/menus/children","id":"09a1abbf-c0d0-4c9a-ba06-795d8570c306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Menu node Id/url</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"routerUrl\": \"<string>\",\n\t\"displayOrder\": \"<string>\",\n\t\"icon\": \"<string>\",\n\t\"hasSubMenus\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/configs/menus/children?usePredefinedNaming=true","description":"<p>Create new Menu</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","menus","children"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>Menu url uses predefined naming, or cs:name</p>\n","type":"text/plain"},"key":"usePredefinedNaming","value":"true"}],"variable":[]}},"response":[{"id":"fb6ad9db-9dca-4cd4-a471-05a9298fe83b","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"routerUrl\": \"<string>\",\n\t\"displayOrder\": \"<string>\",\n\t\"icon\": \"<string>\",\n\t\"hasSubMenus\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/menus/children?usePredefinedNaming=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","menus","children"],"query":[{"description":"Menu url uses predefined naming, or cs:name","key":"usePredefinedNaming","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:routerUrl\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:displayOrder\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:icon\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:hasSubMenus\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5646f7f1-0116-4feb-973c-7b15d307c15c","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"routerUrl\": \"<string>\",\n\t\"displayOrder\": \"<string>\",\n\t\"icon\": \"<string>\",\n\t\"hasSubMenus\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/menus/children?usePredefinedNaming=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","menus","children"],"query":[{"description":"Menu url uses predefined naming, or cs:name","key":"usePredefinedNaming","value":"true"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"fa28cf4e-532c-4222-a2e0-6777d4254e5a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"routerUrl\": \"<string>\",\n\t\"displayOrder\": \"<string>\",\n\t\"icon\": \"<string>\",\n\t\"hasSubMenus\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/menus/children?usePredefinedNaming=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","menus","children"],"query":[{"description":"Menu url uses predefined naming, or cs:name","key":"usePredefinedNaming","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2189cdf8-6988-44e5-bb9a-685f4c2aeb36","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Menu node Id/url","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"routerUrl\": \"<string>\",\n\t\"displayOrder\": \"<string>\",\n\t\"icon\": \"<string>\",\n\t\"hasSubMenus\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/menus/children?usePredefinedNaming=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","menus","children"],"query":[{"description":"Menu url uses predefined naming, or cs:name","key":"usePredefinedNaming","value":"true"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"09a1abbf-c0d0-4c9a-ba06-795d8570c306"},{"name":"/v1/configs/users/:userName","id":"def6e3d7-46b0-4a0e-878c-d642414e0910","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/users/:userName?refresh=true","description":"<p>Get browser configurations of the supplied User from /cs:home/cs:users/{userName}/cs:settings/browser-configurations.json</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","users",":userName"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>Flag to allow re-read of browser-configurations.json file content from repository</p>\n","type":"text/plain"},"key":"refresh","value":"true"}],"variable":[{"id":"325200c4-0945-4b7f-8b37-a77742f5e27b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"userName"}]}},"response":[{"id":"e0e7839b-5eb4-4f46-bdd1-0d137b915792","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/users/:userName?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","users",":userName"],"query":[{"description":"Flag to allow re-read of browser-configurations.json file content from repository","key":"refresh","value":"true"}],"variable":[{"key":"userName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"repository\": {\n\t\t\t\"columns\": [\n\t\t\t\t{\n\t\t\t\t\t\"columnName\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"sequence\": \"<integer>\",\n\t\t\t\t\t\"uri\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"columnName\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"sequence\": \"<integer>\",\n\t\t\t\t\t\"uri\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"can-show-hidden-items\": false,\n\t\t\t\"can-show-filters-with-no-results\": false\n\t\t}\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6bc611b1-2586-4991-b662-d81dc0773667","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/users/:userName?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","users",":userName"],"query":[{"description":"Flag to allow re-read of browser-configurations.json file content from repository","key":"refresh","value":"true"}],"variable":[{"key":"userName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4ce079eb-3652-4511-a6da-8397448bd99c","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/users/:userName?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","users",":userName"],"query":[{"description":"Flag to allow re-read of browser-configurations.json file content from repository","key":"refresh","value":"true"}],"variable":[{"key":"userName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"def6e3d7-46b0-4a0e-878c-d642414e0910"},{"name":"/v1/configs/users/:userName","id":"8cc95f9d-d8be-4f21-b371-6ef16bc9654b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"repository\": {\n\t\t\"id\": \"<string>\",\n\t\t\"columns\": [\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"sequence\": \"<integer>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"sequence\": \"<integer>\"\n\t\t\t}\n\t\t],\n\t\t\"can-show-hidden-items\": false,\n\t\t\"can-show-filters-with-no-results\": false\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/configs/users/:userName","description":"<p>Update browser configurations of the supplied User</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","users",":userName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"4df32c85-8ce8-4c01-b34f-a8a4822d91c0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"userName"}]}},"response":[{"id":"d4b8df19-a008-44b0-9c45-f97699db01c6","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"repository\": {\n\t\t\"id\": \"<string>\",\n\t\t\"columns\": [\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"sequence\": \"<integer>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"sequence\": \"<integer>\"\n\t\t\t}\n\t\t],\n\t\t\"can-show-hidden-items\": false,\n\t\t\"can-show-filters-with-no-results\": false\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/users/:userName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","users",":userName"],"variable":[{"key":"userName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"repository\": {\n\t\t\t\"columns\": [\n\t\t\t\t{\n\t\t\t\t\t\"columnName\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"sequence\": \"<integer>\",\n\t\t\t\t\t\"uri\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"columnName\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"sequence\": \"<integer>\",\n\t\t\t\t\t\"uri\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"can-show-hidden-items\": false,\n\t\t\t\"can-show-filters-with-no-results\": false\n\t\t}\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4ac79559-f5c3-41d3-b99a-3e6bfb29bdb6","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"repository\": {\n\t\t\"id\": \"<string>\",\n\t\t\"columns\": [\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"sequence\": \"<integer>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"sequence\": \"<integer>\"\n\t\t\t}\n\t\t],\n\t\t\"can-show-hidden-items\": false,\n\t\t\"can-show-filters-with-no-results\": false\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/users/:userName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","users",":userName"],"variable":[{"key":"userName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4034ded8-9544-45bd-b668-e62152402b40","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"repository\": {\n\t\t\"id\": \"<string>\",\n\t\t\"columns\": [\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"sequence\": \"<integer>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"sequence\": \"<integer>\"\n\t\t\t}\n\t\t],\n\t\t\"can-show-hidden-items\": false,\n\t\t\"can-show-filters-with-no-results\": false\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/users/:userName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","users",":userName"],"variable":[{"key":"userName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"8cc95f9d-d8be-4f21-b371-6ef16bc9654b"},{"name":"/v1/configs/templates","id":"de57c49b-7ba9-4758-aea9-7d2eb0a6b4a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Root node id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/templates","description":"<p>List all the children (templates) of the given root id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","templates"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"0795392c-e116-4668-bd35-121e3a44951e","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Root node id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"06923061-925c-4863-a7cb-5371e2206ea9","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Root node id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/templates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"377f01ef-9190-42cd-bbc7-36730992c5cd","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Root node id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/templates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ce7cc66f-4813-4e63-8621-c079d77121ef","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Root node id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/templates"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"de57c49b-7ba9-4758-aea9-7d2eb0a6b4a7"},{"name":"/v1/configs/templates/content","id":"6413685a-f9f3-428b-9061-4d65fb8d4dff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node Id of a template</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/templates/content?refresh=true","description":"<p>Get content of the template</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","templates","content"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>Flag to allow re-read content of the template from repository</p>\n","type":"text/plain"},"key":"refresh","value":"true"}],"variable":[]}},"response":[{"id":"0f3efbd7-9e54-41ec-9d2d-edb92afac36c","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a template","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/templates/content?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","templates","content"],"query":[{"description":"Flag to allow re-read content of the template from repository","key":"refresh","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"properties\": [\n\t\t\t{\n\t\t\t\t\"category\": \"<string>\",\n\t\t\t\t\"display-order\": \"<integer>\",\n\t\t\t\t\"fields\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"prefixedName\": \"<string>\",\n\t\t\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\t\t\"multi-valued\": \"<boolean>\",\n\t\t\t\t\t\t\"description\": \"<string>\",\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\",\n\t\t\t\t\t\t\"readonly\": \"<boolean>\",\n\t\t\t\t\t\t\"options\": {\n\t\t\t\t\t\t\t\"no-results\": \"hide\",\n\t\t\t\t\t\t\t\"prefix\": \"<string>\",\n\t\t\t\t\t\t\t\"postfix\": \"<string>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t],\n\t\t\"name\": \"<string>\",\n\t\t\"source\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"744df66d-a3b9-4ecf-ab43-cee6588463ff","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a template","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/templates/content?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","templates","content"],"query":[{"description":"Flag to allow re-read content of the template from repository","key":"refresh","value":"true"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a7c6dc27-37e9-4185-b7c7-9dc0b276dd77","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a template","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/templates/content?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","templates","content"],"query":[{"description":"Flag to allow re-read content of the template from repository","key":"refresh","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8a320787-a4fd-45c8-86b4-ff4412324503","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a template","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/configs/templates/content?refresh=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","configs","templates","content"],"query":[{"description":"Flag to allow re-read content of the template from repository","key":"refresh","value":"true"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"6413685a-f9f3-428b-9061-4d65fb8d4dff"},{"name":"/v1/configs/templates/cache","id":"400fcea1-d253-48c5-a7b1-b95e167727b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/templates/cache","description":"<p>Reset template cache/map in TemplateService</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","configs","templates","cache"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"062e182a-d1b8-4644-a47f-848480292f66","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/templates/cache"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"22cbc9cd-2e3a-4ff6-ae45-2c8c4af4e409","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/templates/cache"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"23d92587-e6d0-4a2e-9a87-48594f93e41f","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/configs/templates/cache"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"400fcea1-d253-48c5-a7b1-b95e167727b4"}],"id":"b9eaed3c-9a7b-4064-98f3-71ca6094fa28","description":"<p>Retrieve and manage configs</p>\n","_postman_id":"b9eaed3c-9a7b-4064-98f3-71ca6094fa28","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"external repositories","item":[{"name":"/v1/extrepos/sites","id":"ec1048cf-5efe-45a5-8790-5ef1d32ff6fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/extrepos/sites?queryDb=false&includeChildren=false","description":"<p>List all the external repository sites</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","extrepos","sites"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>An optional flag to determine if the sites should be queried from <code>cs_node</code> table</p>\n","type":"text/plain"},"key":"queryDb","value":"false"},{"description":{"content":"<p>An optional flag to determine whether to include children (doc.library, smart folders etc.) in the response</p>\n","type":"text/plain"},"key":"includeChildren","value":"false"}],"variable":[]}},"response":[{"id":"66009d76-85d9-4533-b44a-1eed030584df","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/sites?queryDb=false&includeChildren=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos","sites"],"query":[{"description":"An optional flag to determine if the sites should be queried from <code>cs_node</code> table","key":"queryDb","value":"false"},{"description":"An optional flag to determine whether to include children (doc.library, smart folders etc.) in the response","key":"includeChildren","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:uuid\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:storeType\": \"<string>\",\n\t\t\t\"cs:storeUrl\": \"<string>\",\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"cs:hidden\": [\n\t\t\t\t\"<boolean>\",\n\t\t\t\t\"<boolean>\"\n\t\t\t],\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:uuid\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:storeType\": \"<string>\",\n\t\t\t\"cs:storeUrl\": \"<string>\",\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"cs:hidden\": [\n\t\t\t\t\"<boolean>\",\n\t\t\t\t\"<boolean>\"\n\t\t\t],\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}"},{"id":"efabfc19-f40c-4101-b705-d5dd2d8de5ed","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/sites?queryDb=false&includeChildren=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos","sites"],"query":[{"description":"An optional flag to determine if the sites should be queried from <code>cs_node</code> table","key":"queryDb","value":"false"},{"description":"An optional flag to determine whether to include children (doc.library, smart folders etc.) in the response","key":"includeChildren","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b79bf6e4-ff87-4c36-8978-4ff233b94619","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/sites?queryDb=false&includeChildren=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos","sites"],"query":[{"description":"An optional flag to determine if the sites should be queried from <code>cs_node</code> table","key":"queryDb","value":"false"},{"description":"An optional flag to determine whether to include children (doc.library, smart folders etc.) in the response","key":"includeChildren","value":"false"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"ec1048cf-5efe-45a5-8790-5ef1d32ff6fe"},{"name":"/v1/extrepos/site","id":"150480b8-b4a3-4ce5-b04c-ec067620bfcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"storeType\": \"onedrive\",\n\t\"storeUrl\": \"<string>\",\n\t\"siteType\": \"empty-site\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/extrepos/site","description":"<p>Create an external repository site</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","extrepos","site"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"8ad52d33-38fc-4406-8b51-f21f62aaadc2","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"storeType\": \"onedrive\",\n\t\"storeUrl\": \"<string>\",\n\t\"siteType\": \"empty-site\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/extrepos/site"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:storeType\": \"<string>\",\n\t\t\"cs:storeUrl\": \"<string>\",\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"cs:hidden\": [\n\t\t\t\"<boolean>\",\n\t\t\t\"<boolean>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t}\n}"},{"id":"004d61c0-fd87-4002-af60-0a94ea1e7a7b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"storeType\": \"onedrive\",\n\t\"storeUrl\": \"<string>\",\n\t\"siteType\": \"empty-site\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/extrepos/site"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6a672485-ddf3-4ac5-b7e1-5626918e2330","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"storeType\": \"onedrive\",\n\t\"storeUrl\": \"<string>\",\n\t\"siteType\": \"empty-site\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/extrepos/site"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"150480b8-b4a3-4ce5-b04c-ec067620bfcd"},{"name":"/v1/extrepos/site/:siteName","id":"2ae0169b-00da-4049-b426-69977cf5be71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/extrepos/site/:siteName","description":"<p>Delete an external repository site</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","extrepos","site",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"50dca242-b9bd-4c61-b67a-37bc5d0f2867","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"90508974-39e6-4a51-bd1e-87ded36f957f","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/site/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos","site",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": \"<string>\"\n}"},{"id":"75ceb85e-56f6-4f69-9daf-35784763f4c1","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/site/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos","site",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"94ba6253-f9f3-45f3-9713-62d86916a93e","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/site/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos","site",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"2ae0169b-00da-4049-b426-69977cf5be71"},{"name":"/v1/extrepos/:store/auth","id":"e7570adc-20e0-41de-9f09-a2fe13776c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/auth","description":"<p>This endpoint is invoked by the Provider after the authorisation process is done. Response will not be returned, instead it redirects to the URL\nof the UI login component.\nThe authenticated user is stored in the session.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","extrepos",":store","auth"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"bcf305cf-dce5-4487-962d-d2103876f536","description":{"content":"<p>(Required) The name of the content store.</p>\n","type":"text/plain"},"type":"any","value":"onedrive","key":"store"}]}},"response":[{"id":"9f173ec9-8235-4c63-906c-903078b48272","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/auth","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","auth"],"variable":[{"key":"store"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e7570adc-20e0-41de-9f09-a2fe13776c17"},{"name":"/v1/extrepos/:store/auth","id":"b71aca16-a64a-4044-bd89-0bafe087cbb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"storeUrl\": \"<string>\",\n\t\"username\": \"<string>\",\n\t\"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/auth","description":"<p>Authenticates content store.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","extrepos",":store","auth"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"99018ee4-db8a-4ba0-8121-c298157de82b","description":{"content":"<p>(Required) The name of the content store.</p>\n","type":"text/plain"},"type":"any","value":"onedrive","key":"store"}]}},"response":[{"id":"a55f5ad1-07ae-4835-bb0b-dbf0685202ca","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"storeUrl\": \"<string>\",\n\t\"username\": \"<string>\",\n\t\"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/auth","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","auth"],"variable":[{"key":"store"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": \"<string>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"81494d8b-207a-4192-b63b-db0503d853ba","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"storeUrl\": \"<string>\",\n\t\"username\": \"<string>\",\n\t\"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/auth","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","auth"],"variable":[{"key":"store"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3496530f-29ca-4c48-8c40-4373b1279020","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"storeUrl\": \"<string>\",\n\t\"username\": \"<string>\",\n\t\"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/auth","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","auth"],"variable":[{"key":"store"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"05cf0847-4bad-45df-bba5-9cbaa7138d1b","name":"Forbidden error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"storeUrl\": \"<string>\",\n\t\"username\": \"<string>\",\n\t\"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/auth","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","auth"],"variable":[{"key":"store"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d32c1680-4ded-4006-8e34-6b55a1e34612","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"storeUrl\": \"<string>\",\n\t\"username\": \"<string>\",\n\t\"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/auth","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","auth"],"variable":[{"key":"store"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b71aca16-a64a-4044-bd89-0bafe087cbb6"},{"name":"/v1/extrepos/:store/node","id":"7bb9f119-1da2-473e-b16b-d7bca1ff1aca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>OneDrive item / S3 key / Alfresco nodeRef</p>\n","key":"X-Id","value":"<string>"},{"description":"<p>Encoded credentials of the store</p>\n","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","description":"<p>Get node metadata.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","extrepos",":store","node"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>(Required) The store url of an external repository site</p>\n","type":"text/plain"},"key":"storeUrl","value":"<string>"}],"variable":[{"id":"b3734194-d1d1-40d0-9945-b88dba109a48","description":{"content":"<p>(Required) The name of the content store.</p>\n","type":"text/plain"},"type":"any","value":"onedrive","key":"store"}]}},"response":[{"id":"6078d9bf-46da-49fc-ab1f-6346ca39537f","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","node"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"storeType\": \"<string>\",\n\t\t\"id\": \"<string>\",\n\t\t\"name\": \"<string>\",\n\t\t\"displayPath\": \"<string>\",\n\t\t\"created\": \"<string>\",\n\t\t\"lastModifiedBy\": \"<string>\",\n\t\t\"lastModified\": \"<string>\",\n\t\t\"extensions\": {\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canOpenAsFolder\": \"<boolean>\",\n\t\t\t\t\"canExpandTableRow\": \"<boolean>\"\n\t\t\t},\n\t\t\t\"paths\": [\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"parentId\": \"<string>\"\n\t\t},\n\t\t\"createdby\": \"<string>\"\n\t}\n}"},{"id":"09af8a8e-344d-44f4-b30d-64e4412475df","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","node"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ebf74495-8c30-4dd5-959a-64ea25ef4fa5","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","node"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7bd4aaff-3a26-47cd-8100-b99b10f1a7b2","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","node"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9def203a-9d66-4103-86e3-66f48ad6874e","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","node"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"7bb9f119-1da2-473e-b16b-d7bca1ff1aca"},{"name":"/v1/extrepos/:store/node","id":"3e672129-d909-4943-9458-1e8b5c0a121b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>OneDrive item / S3 key / Alfresco nodeRef</p>\n","key":"X-Id","value":"<string>"},{"description":"<p>Encoded credentials of the store</p>\n","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) Uploaded file.</p>\n","key":"file","value":"<string>","type":"text"},{"description":"<p>Specifies the folder structure to create relative to the given X-Id</p>\n","key":"relativePath","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","description":"<p>Ingest node into the external repository.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","extrepos",":store","node"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>(Required) The store url of an external repository site</p>\n","type":"text/plain"},"key":"storeUrl","value":"<string>"}],"variable":[{"id":"3dc6f2eb-19b1-4132-a60b-49297dc63fdf","description":{"content":"<p>(Required) The name of the content store.</p>\n","type":"text/plain"},"type":"any","value":"onedrive","key":"store"}]}},"response":[{"id":"a3c08fcc-33cc-4ebf-996f-8d46e0772ff7","name":"Successfully created node.","originalRequest":{"method":"POST","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Uploaded file.","key":"file","value":"<string>","type":"text"},{"description":"Specifies the folder structure to create relative to the given X-Id","key":"relativePath","value":"<string>","type":"text"}]},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","node"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {}\n}"},{"id":"a69473bc-dbb3-4fc1-976c-dd3d7ecacc85","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Uploaded file.","key":"file","value":"<string>","type":"text"},{"description":"Specifies the folder structure to create relative to the given X-Id","key":"relativePath","value":"<string>","type":"text"}]},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","node"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"65be8a24-e455-4763-90a7-02c2f25d4a6b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Uploaded file.","key":"file","value":"<string>","type":"text"},{"description":"Specifies the folder structure to create relative to the given X-Id","key":"relativePath","value":"<string>","type":"text"}]},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","node"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"91e4d9f6-fa6b-449a-9082-1c0aa8b9f08b","name":"Forbidden error.","originalRequest":{"method":"POST","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Uploaded file.","key":"file","value":"<string>","type":"text"},{"description":"Specifies the folder structure to create relative to the given X-Id","key":"relativePath","value":"<string>","type":"text"}]},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","node"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"fb435742-0850-4c5f-879a-23f3e0722959","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Uploaded file.","key":"file","value":"<string>","type":"text"},{"description":"Specifies the folder structure to create relative to the given X-Id","key":"relativePath","value":"<string>","type":"text"}]},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/node?storeUrl=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","node"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"3e672129-d909-4943-9458-1e8b5c0a121b"},{"name":"/v1/extrepos/:store/children","id":"9f43d79a-b71a-467a-9679-809b3200a2f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>OneDrive item / S3 key / Alfresco nodeRef</p>\n","key":"X-Id","value":"<string>"},{"description":"<p>Encoded credentials of the store</p>\n","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/children?storeUrl=<string>&sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&nextLink=<string>","description":"<p>Lists immediate children of a path/id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","extrepos",":store","children"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>(Required) The store url of an external repository site</p>\n","type":"text/plain"},"key":"storeUrl","value":"<string>"},{"description":{"content":"<p>The property used to sort the list</p>\n","type":"text/plain"},"key":"sortBy","value":"<string>"},{"description":{"content":"<p>The order direction</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Number of items to return (the list size)</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Number of items to skip (where the list should start)</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>Link to the next list of children (For OneDrive only)</p>\n","type":"text/plain"},"key":"nextLink","value":"<string>"}],"variable":[{"id":"e5223baa-24f9-43b1-8a0a-8029f5c863a8","description":{"content":"<p>(Required) The name of the content store.</p>\n","type":"text/plain"},"type":"any","value":"onedrive","key":"store"}]}},"response":[{"id":"7c6781ae-6d9d-438f-8d99-096b9d8e7479","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/children?storeUrl=<string>&sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&nextLink=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","children"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"Link to the next list of children (For OneDrive only)","key":"nextLink","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"storeType\": \"<string>\",\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canOpenAsFolder\": \"<boolean>\",\n\t\t\t\t\t\t\"canExpandTableRow\": \"<boolean>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"paths\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"storeType\": \"<string>\",\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canOpenAsFolder\": \"<boolean>\",\n\t\t\t\t\t\t\"canExpandTableRow\": \"<boolean>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"paths\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t}\n\t\t],\n\t\t\"hasMoreItems\": \"<boolean>\",\n\t\t\"totalItems\": \"<integer>\"\n\t}\n}"},{"id":"304bb032-d570-4755-a18e-683395ecb1e2","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/children?storeUrl=<string>&sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&nextLink=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","children"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"Link to the next list of children (For OneDrive only)","key":"nextLink","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ed938139-fd99-4aae-abf5-db6020a24e10","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/children?storeUrl=<string>&sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&nextLink=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","children"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"Link to the next list of children (For OneDrive only)","key":"nextLink","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d86384a3-fcc4-46ba-b840-a2ab43760df5","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/children?storeUrl=<string>&sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&nextLink=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","children"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"Link to the next list of children (For OneDrive only)","key":"nextLink","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ae2bcfd1-bb60-41dd-a8b5-bd78e25c9490","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/children?storeUrl=<string>&sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&nextLink=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","children"],"query":[{"description":"(Required) The store url of an external repository site","key":"storeUrl","value":"<string>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"Link to the next list of children (For OneDrive only)","key":"nextLink","value":"<string>"}],"variable":[{"key":"store"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"9f43d79a-b71a-467a-9679-809b3200a2f9"},{"name":"/v1/extrepos/:store/similarities/:llm","id":"1fde3767-35ff-4967-a077-10bef1951584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>OneDrive item / S3 key / Alfresco nodeRef</p>\n","key":"X-Id","value":"<string>"},{"description":"<p>Encoded credentials of the store</p>\n","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"siteId\": \"<number>\",\n\t\"storeUrl\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/similarities/:llm","description":"<p>Calculates similarities of the node's display path against all references.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","extrepos",":store","similarities",":llm"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"02daf757-ebdb-4138-ac1f-f172e0a220d8","description":{"content":"<p>(Required) The name of the content store.</p>\n","type":"text/plain"},"type":"any","value":"onedrive","key":"store"},{"id":"40f331d4-aaee-4a6b-8dd1-b38107779087","description":{"content":"<p>(Required) The large language model service to use.</p>\n","type":"text/plain"},"type":"any","value":"openai","key":"llm"}]}},"response":[{"id":"548b2e89-8934-43f2-9335-19a1e33f4a62","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"siteId\": \"<number>\",\n\t\"storeUrl\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/similarities/:llm","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","similarities",":llm"],"variable":[{"key":"store"},{"key":"llm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"jobUid\": \"<string>\"\n\t}\n}"},{"id":"21e05234-b246-43ba-89ee-3016da96cf21","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"siteId\": \"<number>\",\n\t\"storeUrl\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/similarities/:llm","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","similarities",":llm"],"variable":[{"key":"store"},{"key":"llm"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"103708d1-c67f-4139-87ce-510b751b76ef","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"siteId\": \"<number>\",\n\t\"storeUrl\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/similarities/:llm","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","similarities",":llm"],"variable":[{"key":"store"},{"key":"llm"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"dc27142a-e828-4b4d-ad9b-36ed02a9d0c1","name":"Forbidden error.","originalRequest":{"method":"POST","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"siteId\": \"<number>\",\n\t\"storeUrl\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/similarities/:llm","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","similarities",":llm"],"variable":[{"key":"store"},{"key":"llm"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c6de6b4f-f534-49dd-b128-ac874259431f","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"description":"Encoded credentials of the store","key":"X-Store-Auth","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"siteId\": \"<number>\",\n\t\"storeUrl\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/similarities/:llm","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","similarities",":llm"],"variable":[{"key":"store"},{"key":"llm"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"1fde3767-35ff-4967-a077-10bef1951584"},{"name":"/v1/extrepos/:store/references","id":"1d741cf6-1e7d-4d4b-9c6f-da04d0b194bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>OneDrive item / S3 key / Alfresco nodeRef</p>\n","key":"X-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"refType\": \"<string>\",\n\t\"refTitle\": \"<string>\",\n\t\"llm\": \"bard\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/references","description":"<p>Creates reference taxonomies of the given root.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","extrepos",":store","references"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"1e7390c7-5ce0-43c5-8d5e-b178bbb99acb","description":{"content":"<p>(Required) The name of the content store.</p>\n","type":"text/plain"},"type":"any","value":"onedrive","key":"store"}]}},"response":[{"id":"7c65f046-57c6-474c-9498-71cb841c5294","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refType\": \"<string>\",\n\t\"refTitle\": \"<string>\",\n\t\"llm\": \"bard\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/references","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","references"],"variable":[{"key":"store"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"refTypeId\": \"<number>\",\n\t\t\"refTypeName\": \"<string>\",\n\t\t\"jobUid\": \"<string>\",\n\t\t\"message\": \"<string>\",\n\t\t\"status\": \"<string>\"\n\t}\n}"},{"id":"19919cf2-e576-4405-b8d5-954ac15ca42c","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PUT","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refType\": \"<string>\",\n\t\"refTitle\": \"<string>\",\n\t\"llm\": \"bard\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/references","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","references"],"variable":[{"key":"store"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e97df924-6a79-474e-8cd3-eae2249e09b3","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refType\": \"<string>\",\n\t\"refTitle\": \"<string>\",\n\t\"llm\": \"bard\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/references","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","references"],"variable":[{"key":"store"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f709680c-68c7-44a3-bfdd-f412573884a8","name":"Forbidden error.","originalRequest":{"method":"PUT","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refType\": \"<string>\",\n\t\"refTitle\": \"<string>\",\n\t\"llm\": \"bard\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/references","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","references"],"variable":[{"key":"store"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bda62fa7-9be7-423a-b5ce-6b47a554304c","name":"Unexpected error","originalRequest":{"method":"PUT","header":[{"description":"OneDrive item / S3 key / Alfresco nodeRef","key":"X-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refType\": \"<string>\",\n\t\"refTitle\": \"<string>\",\n\t\"llm\": \"bard\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/extrepos/:store/references","host":["https://cs-beta.contentapp.io/api"],"path":["v1","extrepos",":store","references"],"variable":[{"key":"store"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"1d741cf6-1e7d-4d4b-9c6f-da04d0b194bc"}],"id":"54761b58-39d3-4a78-b7cd-d0132f4daf96","description":"<p>Retrieve and manage external repositories</p>\n","_postman_id":"54761b58-39d3-4a78-b7cd-d0132f4daf96","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"ingestion","item":[{"name":"/v1/ingestion","id":"25d6871c-c483-49a8-b488-cfa812423b89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"zipPath\": \"<string>\",\n\t\"targetLocation\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/ingestion","description":"<p>Starts an ingestion process.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","ingestion"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"bde1e07a-9e07-4e07-a228-b3b419e83e82","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"zipPath\": \"<string>\",\n\t\"targetLocation\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/ingestion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"downloadedZipDir\": \"<string>\",\n\t\t\"unpackZipDir\": \"<string>\",\n\t\t\"sqlFilesDir\": \"<string>\",\n\t\t\"totalTimeInMs\": \"<number>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1f621484-bfb8-46f5-b529-6a9e1a2e1f07","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"zipPath\": \"<string>\",\n\t\"targetLocation\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/ingestion"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"38ca51b6-0fa7-4f84-8c7c-a55f319f0425","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"zipPath\": \"<string>\",\n\t\"targetLocation\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/ingestion"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7e752b5a-89e3-47c5-ba43-20fa8747f8e8","name":"Forbidden error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"zipPath\": \"<string>\",\n\t\"targetLocation\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/ingestion"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c2a27d1c-1f7e-47d9-a15a-55325e3b930d","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"zipPath\": \"<string>\",\n\t\"targetLocation\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/ingestion"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"25d6871c-c483-49a8-b488-cfa812423b89"},{"name":"/v1/ingestion/logs","id":"bb0da378-299c-45cc-9d5a-1afca660b75c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/ingestion/logs","description":"<p>Retrieves log files of an ingested zipped package.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","ingestion","logs"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"a09afdf9-6fc5-4dcf-a0a0-a6c1612bfdcb","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/ingestion/logs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}"},{"id":"287fdfab-a4e0-4020-8cd9-3c34b511257b","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/ingestion/logs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7ed645ad-6dd2-4e35-83b6-400e65fa822e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/ingestion/logs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0936e621-79b5-42bb-8d7d-a5dd1b9c6d44","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/ingestion/logs"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"063bef3e-bfe5-40a5-8bb5-c1f695ca862d","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/ingestion/logs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"bb0da378-299c-45cc-9d5a-1afca660b75c"},{"name":"/v1/ingestion/logs/:filename","id":"0b4bf13b-d890-4336-91c2-428ecd0d5ea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/ingestion/logs/:filename","description":"<p>Retrieves the content of the log file specified.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","ingestion","logs",":filename"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"9150fbdc-3a3e-4b6c-a46a-318b154f45a2","description":{"content":"<p>(Required) The name of the log file to retrieve.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"filename"}]}},"response":[{"id":"d7345af3-f5df-4c61-a429-d2c900233bd5","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/ingestion/logs/:filename","host":["https://cs-beta.contentapp.io/api"],"path":["v1","ingestion","logs",":filename"],"variable":[{"key":"filename"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"3bada28a-55bd-45d6-87f2-f035f2cf9c32","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/ingestion/logs/:filename","host":["https://cs-beta.contentapp.io/api"],"path":["v1","ingestion","logs",":filename"],"variable":[{"key":"filename"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4c5d5ba7-9fc0-4ae4-af37-dd6426b23657","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/ingestion/logs/:filename","host":["https://cs-beta.contentapp.io/api"],"path":["v1","ingestion","logs",":filename"],"variable":[{"key":"filename"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cee94186-9595-4063-824f-d5106c6f72e0","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/ingestion/logs/:filename","host":["https://cs-beta.contentapp.io/api"],"path":["v1","ingestion","logs",":filename"],"variable":[{"key":"filename"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3a736ac1-f537-4e9a-baf9-4cc083d5d63b","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/ingestion/logs/:filename","host":["https://cs-beta.contentapp.io/api"],"path":["v1","ingestion","logs",":filename"],"variable":[{"key":"filename"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"0b4bf13b-d890-4336-91c2-428ecd0d5ea4"}],"id":"797d443c-e671-4c2f-8d5d-d8dcc99e88fa","description":"<p>Retrieve and manage ingestion</p>\n","_postman_id":"797d443c-e671-4c2f-8d5d-d8dcc99e88fa","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"jobs","item":[{"name":"/v1/jobs","id":"f3e331fd-ba57-4210-9f68-634d7762bce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs","description":"<p>List all jobs that do not located in any site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","jobs"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"4b5cc803-e8a0-49aa-95b5-1a3553c7bf97","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<integer>\",\n\t\t\t\"siteId\": \"<integer>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"jobType\": \"<string>\",\n\t\t\t\"details\": {},\n\t\t\t\"startTime\": \"<string>\",\n\t\t\t\"finishTime\": \"<string>\",\n\t\t\t\"created\": \"<string>\",\n\t\t\t\"createdby\": \"<string>\",\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\"status\": \"Started\",\n\t\t\t\"progressDetails\": {\n\t\t\t\t\"details\": {},\n\t\t\t\t\"modified\": \"<string>\",\n\t\t\t\t\"error\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<integer>\",\n\t\t\t\"siteId\": \"<integer>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"jobType\": \"<string>\",\n\t\t\t\"details\": {},\n\t\t\t\"startTime\": \"<string>\",\n\t\t\t\"finishTime\": \"<string>\",\n\t\t\t\"created\": \"<string>\",\n\t\t\t\"createdby\": \"<string>\",\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\"status\": \"Completed with errors\",\n\t\t\t\"progressDetails\": {\n\t\t\t\t\"details\": {},\n\t\t\t\t\"modified\": \"<string>\",\n\t\t\t\t\"error\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}"},{"id":"b4e37eda-4414-4b80-8721-c95eaf7583b3","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1cd6a68a-a24b-4d4d-a47e-582df06b523c","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f3e331fd-ba57-4210-9f68-634d7762bce0"},{"name":"/v1/jobs","id":"dd938708-69dd-4eba-b4df-f899b11d5159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs","description":"<p>Delete multiple admin jobs with status \"Finished\"</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","jobs"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"7cfc6c64-7b45-417f-b0d1-c2cb31c7ad45","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\"\n}"},{"id":"33e87293-9909-4f5d-825f-b4e2e10c35ea","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6e55c906-a21d-4e0c-a06c-97a265f7a7f9","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f07d7209-3855-4bd5-bf31-de2d0dfd9b4a","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"dd938708-69dd-4eba-b4df-f899b11d5159"},{"name":"/v1/jobs/:jobId","id":"a7758f7c-e77c-41e9-9e08-cd70b98bf78c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","description":"<p>Pauses or stops a running job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","jobs",":jobId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"185f7895-05db-4ea9-a8f0-1ae4806f6ec8","description":{"content":"<p>(Required) Job Id</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"jobId"}]}},"response":[{"id":"4c91ba77-2616-4417-a945-ba717357caaf","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\"\n}"},{"id":"710ac973-09b5-4a8c-a3e6-9be54878a537","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"afe9653c-5b10-4cd7-8257-85138a5f724f","name":"Not found","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"05e18e84-b65f-43b3-8f87-3148c05d9236","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"a7758f7c-e77c-41e9-9e08-cd70b98bf78c"},{"name":"/v1/jobs/:jobId","id":"aa391167-5971-4a56-bead-2d30741b9029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","description":"<p>Resumes the activities of the job</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","jobs",":jobId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"0c7c6617-15f6-4ee6-8218-ddfeb5427211","description":{"content":"<p>(Required) Job Id</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"jobId"}]}},"response":[{"id":"283e3a0c-0e97-452f-bcb1-6c1af3a0f0eb","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9e146e03-8849-47b2-9d85-c76b63e05f4e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"fffdcf61-23fa-476f-8c17-aa2a502a1fe6","name":"Not found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"06ac0eb3-b49f-4bc6-9f8f-7731c73ccc39","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"aa391167-5971-4a56-bead-2d30741b9029"},{"name":"/v1/jobs/:jobId","id":"edeb414e-b639-4747-9128-84c0baf58e8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","description":"<p>Retrieves a job information from <code>cs_job</code> table.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","jobs",":jobId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"d9ef582c-a7a1-46ed-b08d-f5106f4b4ca7","description":{"content":"<p>(Required) Job Id</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"jobId"}]}},"response":[{"id":"67347719-7b50-40e1-bb7b-1e61937f5227","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<integer>\",\n\t\t\"siteId\": \"<integer>\",\n\t\t\"name\": \"<string>\",\n\t\t\"jobType\": \"<string>\",\n\t\t\"details\": {},\n\t\t\"startTime\": \"<string>\",\n\t\t\"finishTime\": \"<string>\",\n\t\t\"created\": \"<string>\",\n\t\t\"createdby\": \"<string>\",\n\t\t\"modified\": \"<string>\",\n\t\t\"modifiedby\": \"<string>\",\n\t\t\"status\": \"Completed with errors\",\n\t\t\"progressDetails\": {\n\t\t\t\"details\": {},\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"error\": \"<string>\"\n\t\t}\n\t}\n}"},{"id":"adcb6f2a-ff2b-46dc-ba35-bc3fd7112783","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"de1e7bf6-a67e-4155-9e00-f6c363b6862d","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"edeb414e-b639-4747-9128-84c0baf58e8e"},{"name":"/v1/jobs/:jobId","id":"7422a725-eb25-4b02-8827-c14302075540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","description":"<p>Deletes a job with id specified.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","jobs",":jobId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"fe2f84f4-102a-49ca-9c02-9de8e8b53b49","description":{"content":"<p>(Required) Job Id</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"jobId"}]}},"response":[{"id":"57951ea6-9572-442b-ae7d-102d3b1c8347","name":"Successful response without content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cc4c5135-49fe-41af-ae1d-4264103350c6","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1a4a2cc4-f4d5-4dd1-89c3-c248c8936a91","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cf17cfb8-64a5-412f-b560-ede18ddd46e7","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId"],"variable":[{"key":"jobId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"7422a725-eb25-4b02-8827-c14302075540"},{"name":"/v1/jobs/:jobId/items","id":"f623106a-4689-4d8a-bad1-2aa7a99a9c51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId/items?status=<string>","description":"<p>Lists job items with specified status in a job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","jobs",":jobId","items"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>(Required) Job item status, comma separated list of status</p>\n","type":"text/plain"},"key":"status","value":"<string>"}],"variable":[{"id":"7dc33ea7-c09b-42ab-a911-c4561f55c7c6","description":{"content":"<p>(Required) Job Id</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"jobId"}]}},"response":[{"id":"d297f965-ce0f-48eb-9655-a7f1bb139d0e","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId/items?status=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId","items"],"query":[{"description":"(Required) Job item status, comma separated list of status","key":"status","value":"<string>"}],"variable":[{"key":"jobId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"details\": {},\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"error\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"details\": {},\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"error\": \"<string>\"\n\t\t}\n\t]\n}"},{"id":"f718484b-9360-49e6-a449-cb9cc21881cd","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId/items?status=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId","items"],"query":[{"description":"(Required) Job item status, comma separated list of status","key":"status","value":"<string>"}],"variable":[{"key":"jobId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"31252c78-60c3-440d-b11c-93698eb796fd","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/jobs/:jobId/items?status=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","jobs",":jobId","items"],"query":[{"description":"(Required) Job item status, comma separated list of status","key":"status","value":"<string>"}],"variable":[{"key":"jobId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f623106a-4689-4d8a-bad1-2aa7a99a9c51"},{"name":"/v1/nodes/jobs","id":"e8c769f8-960e-417f-870e-132a91203870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"filter\": \"<string>\",\n\t\"storeType\": \"<string>\",\n\t\"displayPath\": \"<string>\",\n\t\"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/jobs","description":"<p>Lists jobs that a node has.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","jobs"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"c9280df9-c046-46eb-b592-d0c23b6931c9","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"filter\": \"<string>\",\n\t\"storeType\": \"<string>\",\n\t\"displayPath\": \"<string>\",\n\t\"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/jobs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<number>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"startTime\": \"<string>\",\n\t\t\t\"finishTime\": \"<string>\",\n\t\t\t\"status\": \"Started\",\n\t\t\t\"details\": {\n\t\t\t\t\"totalItems\": \"<number>\",\n\t\t\t\t\"totalQueues\": \"<number>\"\n\t\t\t},\n\t\t\t\"progressDetails\": {\n\t\t\t\t\"desc\": \"<string>\"\n\t\t\t},\n\t\t\t\"jobType\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<number>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"startTime\": \"<string>\",\n\t\t\t\"finishTime\": \"<string>\",\n\t\t\t\"status\": \"Cancelled\",\n\t\t\t\"details\": {\n\t\t\t\t\"totalItems\": \"<number>\",\n\t\t\t\t\"totalQueues\": \"<number>\"\n\t\t\t},\n\t\t\t\"progressDetails\": {\n\t\t\t\t\"desc\": \"<string>\"\n\t\t\t},\n\t\t\t\"jobType\": \"<string>\"\n\t\t}\n\t]\n}"},{"id":"f5efd382-c796-4f1d-8673-579d2b51ed32","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"filter\": \"<string>\",\n\t\"storeType\": \"<string>\",\n\t\"displayPath\": \"<string>\",\n\t\"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/jobs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f5c46de3-3992-405a-a22e-bd8513be8cf3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"filter\": \"<string>\",\n\t\"storeType\": \"<string>\",\n\t\"displayPath\": \"<string>\",\n\t\"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/jobs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e5f7e316-3f60-4997-8a45-a96aa0344340","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"filter\": \"<string>\",\n\t\"storeType\": \"<string>\",\n\t\"displayPath\": \"<string>\",\n\t\"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/jobs"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"81cff98c-f9ce-4498-b32e-7f66771d2e93","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"filter\": \"<string>\",\n\t\"storeType\": \"<string>\",\n\t\"displayPath\": \"<string>\",\n\t\"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/jobs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e8c769f8-960e-417f-870e-132a91203870"}],"id":"df1a1995-0649-40d1-97fb-af1ba3b4d254","description":"<p>Retrieve and manage admin jobs</p>\n","_postman_id":"df1a1995-0649-40d1-97fb-af1ba3b4d254","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"llm","item":[{"name":"/v1/llm/similarities","id":"26e10c43-6f14-47fa-b2e4-1f66ae3a8003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"referenceIds\": [\n\t\t\"<number>\",\n\t\t\"<number>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/similarities","description":"<p>Deletes calculated similarity entry(ies) from <code>cs_similar_entities</code> table.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","llm","similarities"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"a4fbfb91-f517-4ec2-a03b-5d7b5cbbc8fc","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"referenceIds\": [\n\t\t\"<number>\",\n\t\t\"<number>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/similarities"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\"\n}"},{"id":"18bfea46-7ffd-4983-b963-fbdd5f2d133e","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"referenceIds\": [\n\t\t\"<number>\",\n\t\t\"<number>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/similarities"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3a556f3c-a3a9-46fe-a050-3861b6ffbf10","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"referenceIds\": [\n\t\t\"<number>\",\n\t\t\"<number>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/similarities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"01f9e25c-ca5a-4d77-95da-81072bae6174","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"referenceIds\": [\n\t\t\"<number>\",\n\t\t\"<number>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/similarities"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"26e10c43-6f14-47fa-b2e4-1f66ae3a8003"},{"name":"/v1/llm/similarities/:type","id":"2dd55c30-c900-486f-979f-8b31360e3196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:type","description":"<p>Lists the calculated similarities of a node by invoking a REST call to the LLM application.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","llm","similarities",":type"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"60823ae2-dd6d-431d-85c4-35f8ba92f490","description":{"content":"<p>(Required) Entity/type/property of a node to use for the embedding comparison.</p>\n","type":"text/plain"},"type":"any","value":"path","key":"type"}]}},"response":[{"id":"df798e77-e5e0-4b76-af64-5404e1fad242","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:type","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","similarities",":type"],"variable":[{"key":"type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"similarities\": [\n\t\t\t{\n\t\t\t\t\"similarity\": \"<number>\",\n\t\t\t\t\"text\": \"<string>\",\n\t\t\t\t\"refUid\": \"<integer>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"similarity\": \"<number>\",\n\t\t\t\t\"text\": \"<string>\",\n\t\t\t\t\"refUid\": \"<integer>\"\n\t\t\t}\n\t\t],\n\t\t\"lastRun\": \"<string>\"\n\t}\n}"},{"id":"529e4c50-0131-4167-8f10-6260fbd3087b","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:type","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","similarities",":type"],"variable":[{"key":"type"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c82477ad-c5a0-4ce4-855c-ea624080d6bd","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:type","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","similarities",":type"],"variable":[{"key":"type"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4e980942-6dc5-4ba8-b67c-784252765ed7","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:type","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","similarities",":type"],"variable":[{"key":"type"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cf42d15b-f37d-4bf2-9c25-60cbd842c5fb","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:type","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","similarities",":type"],"variable":[{"key":"type"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"2dd55c30-c900-486f-979f-8b31360e3196"},{"name":"/v1/llm/similarities/:llm/:type/async","id":"703a1fba-1027-4f1c-aa4e-ddbdee303840","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"childOption\": {\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"depth\": \"last\"\n\t},\n\t\"referenceIds\": [\n\t\t\"<number>\",\n\t\t\"<number>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:llm/:type/async","description":"<p>Computes the cosine similarities of a node (using either <code>path</code> or <code>content</code> of the node) against the references specified in the request. A Job will be created to handle this long-running process, and only the Job ID will be returned.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","llm","similarities",":llm",":type","async"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"35148a27-32a5-4526-8db4-fa6a33964248","description":{"content":"<p>(Required) The large language model service to use.</p>\n","type":"text/plain"},"type":"any","value":"openai","key":"llm"},{"id":"79a1ba6a-8530-4947-b3c7-4c5548a8b939","description":{"content":"<p>(Required) Entity/type/property of a node to use for the embedding comparison.</p>\n","type":"text/plain"},"type":"any","value":"path","key":"type"}]}},"response":[{"id":"d2a77505-512b-47b2-b1ea-1df8c7c4747e","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"childOption\": {\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"depth\": \"last\"\n\t},\n\t\"referenceIds\": [\n\t\t\"<number>\",\n\t\t\"<number>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:llm/:type/async","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","similarities",":llm",":type","async"],"variable":[{"key":"llm"},{"key":"type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"jobId\": \"<integer>\"\n\t}\n}"},{"id":"b020ff7a-d3fb-4d26-a5a8-52140c91edf6","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"childOption\": {\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"depth\": \"last\"\n\t},\n\t\"referenceIds\": [\n\t\t\"<number>\",\n\t\t\"<number>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:llm/:type/async","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","similarities",":llm",":type","async"],"variable":[{"key":"llm"},{"key":"type"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d82b8abc-a2f3-41fd-a5d5-b6168d9508aa","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"childOption\": {\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"depth\": \"last\"\n\t},\n\t\"referenceIds\": [\n\t\t\"<number>\",\n\t\t\"<number>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:llm/:type/async","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","similarities",":llm",":type","async"],"variable":[{"key":"llm"},{"key":"type"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8f4a2d50-6601-4d87-b0b3-5e2d8e865240","name":"Forbidden error.","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"childOption\": {\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"depth\": \"last\"\n\t},\n\t\"referenceIds\": [\n\t\t\"<number>\",\n\t\t\"<number>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:llm/:type/async","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","similarities",":llm",":type","async"],"variable":[{"key":"llm"},{"key":"type"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"43f57ea7-8a9b-4b89-a02f-57d32c1888da","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"childOption\": {\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"depth\": \"last\"\n\t},\n\t\"referenceIds\": [\n\t\t\"<number>\",\n\t\t\"<number>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/similarities/:llm/:type/async","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","similarities",":llm",":type","async"],"variable":[{"key":"llm"},{"key":"type"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"703a1fba-1027-4f1c-aa4e-ddbdee303840"},{"name":"/v1/llm/configs","id":"ff3b87b5-9ae2-4303-a1f1-09ee4d735dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"similarity-threshold\": \"<float>\",\n\t\"similarity-top-limit\": \"<number>\",\n\t\"similarity-queue-limit\": \"<number>\",\n\t\"max-queues\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/configs","description":"<p>Put LLM configurations by invoking LLM application REST endpoint <code>PUT /api/v1/configs</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","llm","configs"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"fcd58587-2197-4c5c-8d4a-90cdd39bb1c6","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"similarity-threshold\": \"<float>\",\n\t\"similarity-top-limit\": \"<number>\",\n\t\"similarity-queue-limit\": \"<number>\",\n\t\"max-queues\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/configs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"similarity-threshold\": \"<float>\",\n\t\t\"similarity-top-limit\": \"<number>\",\n\t\t\"similarity-queue-limit\": \"<number>\",\n\t\t\"max-queues\": \"<number>\"\n\t}\n}"},{"id":"801d11c7-480f-4711-b4fb-46ad2634c328","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"similarity-threshold\": \"<float>\",\n\t\"similarity-top-limit\": \"<number>\",\n\t\"similarity-queue-limit\": \"<number>\",\n\t\"max-queues\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/configs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0878edc4-06a0-432b-8eba-5e4d12e00be7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"similarity-threshold\": \"<float>\",\n\t\"similarity-top-limit\": \"<number>\",\n\t\"similarity-queue-limit\": \"<number>\",\n\t\"max-queues\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/configs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d43007bf-3a62-42cd-b14f-108c5cb01f7b","name":"Forbidden error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"similarity-threshold\": \"<float>\",\n\t\"similarity-top-limit\": \"<number>\",\n\t\"similarity-queue-limit\": \"<number>\",\n\t\"max-queues\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/configs"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3fc02566-f068-4afd-a68c-fe16f89a4231","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"similarity-threshold\": \"<float>\",\n\t\"similarity-top-limit\": \"<number>\",\n\t\"similarity-queue-limit\": \"<number>\",\n\t\"max-queues\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/configs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"ff3b87b5-9ae2-4303-a1f1-09ee4d735dc2"},{"name":"/v1/llm/configs","id":"1cc90546-20ce-4bb1-a7ae-9448da46d0dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/configs","description":"<p>Retrieves the LLM configurations by invoking LLM application REST endpoint <code>GET /api/v1/configs</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","llm","configs"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"ca32b355-2565-489e-a106-916547d7668f","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/configs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"similarity-threshold\": \"<float>\",\n\t\t\"similarity-top-limit\": \"<number>\",\n\t\t\"similarity-queue-limit\": \"<number>\",\n\t\t\"max-queues\": \"<number>\"\n\t}\n}"},{"id":"ba8e8402-c887-4ca7-9c9f-c6b1d493d5bb","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/configs"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b0f10106-72af-44e9-812f-7d7e7a5dc146","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/configs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"087ceb60-ff03-4249-9d48-74f7c88e57ff","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/configs"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"50e96d23-1628-4ca2-91c2-aa03d32df354","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/configs"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"1cc90546-20ce-4bb1-a7ae-9448da46d0dd"},{"name":"/v1/llm/references","id":"86d30667-faa8-46f7-a178-a1eb4059f790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/references","description":"<p>Lists vectorisation result of all datasets.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","llm","references"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"5f8a78ed-5187-4b99-9152-96c9b29e6e4f","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<number>\",\n\t\t\t\"datasetLabel\": \"<string>\",\n\t\t\t\"llmKey\": \"<string>\",\n\t\t\t\"llmLabel\": \"<string>\",\n\t\t\t\"total\": \"<number>\",\n\t\t\t\"completed\": \"<number>\",\n\t\t\t\"remaining\": \"<number>\",\n\t\t\t\"lastRun\": \"<string>\",\n\t\t\t\"status\": \"Processing\",\n\t\t\t\"error\": {}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<number>\",\n\t\t\t\"datasetLabel\": \"<string>\",\n\t\t\t\"llmKey\": \"<string>\",\n\t\t\t\"llmLabel\": \"<string>\",\n\t\t\t\"total\": \"<number>\",\n\t\t\t\"completed\": \"<number>\",\n\t\t\t\"remaining\": \"<number>\",\n\t\t\t\"lastRun\": \"<string>\",\n\t\t\t\"status\": \"Not finish\",\n\t\t\t\"error\": {}\n\t\t}\n\t]\n}"},{"id":"458e1fc4-fdc5-4ce4-8c4f-6981e8c057ae","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/references"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"74f08ab8-13c9-4912-a1a5-345c40d537a6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/references"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ce1f15d9-e855-4da3-bd87-465de019dd55","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/references"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"71f6e7c6-aff2-4f26-821b-17902eb534aa","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/references"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"86d30667-faa8-46f7-a178-a1eb4059f790"},{"name":"/v1/llm/references/:refType","id":"0ccbfda2-edca-454d-bf45-fbc3365f8fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType","description":"<p>Deletes a reference and its relations</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","llm","references",":refType"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"82b3555c-bca1-4983-8083-2b0add5ce8b5","description":{"content":"<p>(Required) Type of a reference in 'cs_reference_type' table.</p>\n","type":"text/plain"},"type":"any","value":"bcs.kwaaa","key":"refType"}]}},"response":[{"id":"fdf5d734-da4d-46d2-a3a8-b82302f5167d","name":"Successful response without content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType"],"variable":[{"key":"refType"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"6be2bdb6-a599-4100-a7bb-9412e3f348e4","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType"],"variable":[{"key":"refType"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3c47cce1-216e-45ba-9141-65e330aee6a9","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType"],"variable":[{"key":"refType"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"37ead515-69fe-4dbf-8c24-7724fc61c1ac","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType"],"variable":[{"key":"refType"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"0ccbfda2-edca-454d-bf45-fbc3365f8fc6"},{"name":"/v1/llm/references/:refType/embeddings/:llm","id":"b2994d3e-78df-4e4e-b626-3275a5755418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm","description":"<p>Retrieves vectorisation result of a specified dataset.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","llm","references",":refType","embeddings",":llm"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"da1accab-9473-4ff9-829b-7b0e4c559e2a","description":{"content":"<p>(Required) Type of a reference in 'cs_reference_type' table.</p>\n","type":"text/plain"},"type":"any","value":"bcs.kwaaa","key":"refType"},{"id":"55b14f32-d7d6-4a14-8c95-c57f93f63e9c","description":{"content":"<p>(Required) The large language model service to use.</p>\n","type":"text/plain"},"type":"any","value":"openai","key":"llm"}]}},"response":[{"id":"b7707f6e-0de4-4db4-b807-ee4e4c407422","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType","embeddings",":llm"],"variable":[{"key":"refType"},{"key":"llm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<number>\",\n\t\t\"datasetLabel\": \"<string>\",\n\t\t\"llmKey\": \"<string>\",\n\t\t\"llmLabel\": \"<string>\",\n\t\t\"total\": \"<number>\",\n\t\t\"completed\": \"<number>\",\n\t\t\"remaining\": \"<number>\",\n\t\t\"lastRun\": \"<string>\",\n\t\t\"status\": \"Failed\",\n\t\t\"error\": {}\n\t}\n}"},{"id":"74d6c3b1-0f78-41f4-b3df-dbbf62d01dc0","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType","embeddings",":llm"],"variable":[{"key":"refType"},{"key":"llm"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9b75a2b9-4036-43cc-8b9c-e8697b4a2560","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType","embeddings",":llm"],"variable":[{"key":"refType"},{"key":"llm"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"24e2b401-7c05-48de-8753-711f6e54cd53","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType","embeddings",":llm"],"variable":[{"key":"refType"},{"key":"llm"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"25e7b0e9-5670-4a90-946a-77af56a1e3a5","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType","embeddings",":llm"],"variable":[{"key":"refType"},{"key":"llm"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b2994d3e-78df-4e4e-b626-3275a5755418"},{"name":"/v1/llm/references/:refType/embeddings/:llm/async","id":"071883c0-eadc-4183-932b-9cfa71716dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"refresh\": \"<boolean>\",\n\t\"numberOfProcesses\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm/async","description":"<p>Calculates embeddings of a pre-registered reference in <code>cs_reference</code> table using the specified large-language model, and stores the vectors in <code>cs_embedding</code> table. A Job will be created to handle this long-running process.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","llm","references",":refType","embeddings",":llm","async"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"f64c0c73-14c1-4ea3-948b-b38547c3e636","description":{"content":"<p>(Required) Type of a reference in 'cs_reference_type' table.</p>\n","type":"text/plain"},"type":"any","value":"bcs.kwaaa","key":"refType"},{"id":"5333e817-641c-4cb6-86cb-e3b5e43e6595","description":{"content":"<p>(Required) The large language model service to use.</p>\n","type":"text/plain"},"type":"any","value":"openai","key":"llm"}]}},"response":[{"id":"b3be9ebf-da86-4b56-966f-0365927f00b6","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refresh\": \"<boolean>\",\n\t\"numberOfProcesses\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm/async","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType","embeddings",":llm","async"],"variable":[{"key":"refType"},{"key":"llm"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"message\": \"<string>\",\n\t\t\"status\": \"<string>\"\n\t}\n}"},{"id":"3f34b84f-20a8-411b-b217-d6e603ed20f5","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refresh\": \"<boolean>\",\n\t\"numberOfProcesses\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm/async","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType","embeddings",":llm","async"],"variable":[{"key":"refType"},{"key":"llm"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1832ff83-0022-4037-84c7-4bef96f90cdd","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refresh\": \"<boolean>\",\n\t\"numberOfProcesses\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm/async","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType","embeddings",":llm","async"],"variable":[{"key":"refType"},{"key":"llm"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1df54629-4a88-48b2-a5d9-6e9bf2c9f25c","name":"Forbidden error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refresh\": \"<boolean>\",\n\t\"numberOfProcesses\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm/async","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType","embeddings",":llm","async"],"variable":[{"key":"refType"},{"key":"llm"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"15952ccb-b445-45cb-9137-75d2758c2327","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refresh\": \"<boolean>\",\n\t\"numberOfProcesses\": \"<number>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/llm/references/:refType/embeddings/:llm/async","host":["https://cs-beta.contentapp.io/api"],"path":["v1","llm","references",":refType","embeddings",":llm","async"],"variable":[{"key":"refType"},{"key":"llm"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"071883c0-eadc-4183-932b-9cfa71716dbe"}],"id":"a4e91223-1e4c-41aa-8862-54e854c3e60f","_postman_id":"a4e91223-1e4c-41aa-8862-54e854c3e60f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"md-repo","item":[{"name":"/v1/md-repo/content","id":"5d498e79-8e0f-4951-bda3-4c9d03fa945a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Node Id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content","description":"<p>Uploads the package (zipped file) to <code>/cs:home/cs:md-repo</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md-repo","content"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"2a97c582-3694-43e5-8e92-d5eb67fbcfa1","name":"Successful response","originalRequest":{"method":"PUT","header":[{"description":"Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": \"<string>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"dd1abb43-95b7-48df-b4ea-cd985d4e6f48","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PUT","header":[{"description":"Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3fe98462-9912-4051-af03-8ac0b66da3d8","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"38ec5eb2-d992-4308-8948-43587fba2744","name":"Forbidden error.","originalRequest":{"method":"PUT","header":[{"description":"Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"79516f84-68c7-4874-b441-527771639545","name":"Unexpected error","originalRequest":{"method":"PUT","header":[{"description":"Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"5d498e79-8e0f-4951-bda3-4c9d03fa945a"},{"name":"/v1/md-repo/content","id":"2c8e539a-1064-4721-b5ee-7431c5a1e59b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>Node Id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"cs:ingestionStatus\": \"<string>\",\n\t\"cs:ingestionDate\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content","description":"<p>Updates metadata on the given zip file.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md-repo","content"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"b23b3a4b-bfc7-4904-b2d7-43697a382590","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"cs:ingestionStatus\": \"<string>\",\n\t\"cs:ingestionDate\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ingestionStore\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ingestionStatus\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ingestionDate\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"ebucore:hasMimeType\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"ebucore:filename\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"premis:hasMessageDigest\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:hasFixityService\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"premis:hasSize\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b7246316-169c-45cf-9662-e0139e352823","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"cs:ingestionStatus\": \"<string>\",\n\t\"cs:ingestionDate\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"68bbe15d-fb76-4906-bdc4-3b6bf0c3c8b5","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"cs:ingestionStatus\": \"<string>\",\n\t\"cs:ingestionDate\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2e4555b6-0fac-4544-8bd2-5b9e09a55dd9","name":"Forbidden error.","originalRequest":{"method":"PATCH","header":[{"description":"Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"cs:ingestionStatus\": \"<string>\",\n\t\"cs:ingestionDate\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"aadfaf12-8560-44a3-ae8c-04d8654f2066","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"cs:ingestionStatus\": \"<string>\",\n\t\"cs:ingestionDate\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md-repo/content"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"2c8e539a-1064-4721-b5ee-7431c5a1e59b"},{"name":"/v1/md-repo/installer","id":"aa343277-9a96-4873-8961-f006abcac5ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/zip"}],"url":"https://cs-beta.contentapp.io/api/v1/md-repo/installer","description":"<p>Get the zip file of the Scanner app installer</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md-repo","installer"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"2350e37b-4dd4-46a7-bbe8-9112f72e23ab","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/zip"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md-repo/installer"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/zip"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"56c25be0-8fed-4a49-a5da-8c5503eb2450","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md-repo/installer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"28edbd41-cd6c-4cd6-82cf-b50968963332","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md-repo/installer"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"aa343277-9a96-4873-8961-f006abcac5ce"}],"id":"50bd5208-cdcb-4439-8903-37d7573af48d","description":"<p>Trigger External Repository scanning</p>\n","_postman_id":"50bd5208-cdcb-4439-8903-37d7573af48d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"metadata","item":[{"name":"/v1/md/nodes","id":"a56a246c-d7e2-4dba-ab17-a9edff0e9a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes","description":"<p>Retrieve node metadata from <code>cs_node</code> table</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md","nodes"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"e381fdc1-850b-40f5-9c70-3843cf9d728c","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"root_properties\": {},\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"site_id\": \"<integer>\",\n\t\t\"createdby\": \"<string>\",\n\t\t\"created\": \"<string>\",\n\t\t\"modified\": \"<string>\",\n\t\t\"modifiedby\": \"<string>\",\n\t\t\"hidden\": \"<boolean>\",\n\t\t\"mimetype\": \"<string>\",\n\t\t\"content_size\": \"<string>\",\n\t\t\"display_path\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"entity\": \"<string>\",\n\t\t\"site_short_name\": \"<string>\",\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"53942bc2-b37f-42e0-b6a7-7c40cc87f96b","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2744c0fe-343a-4733-ac78-147a114fc49a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7708f42f-0b41-4c46-bcaa-391d3160378a","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0071e134-09be-4371-8f9d-496cc17aecfc","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"a56a246c-d7e2-4dba-ab17-a9edff0e9a59"},{"name":"/v1/md/nodes","id":"90b9e6df-a788-4a64-8a45-f8fffc01befb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Parent node id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes","description":"<p>Insert folder data into <code>cs_node</code> table</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md","nodes"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"fe9c73ef-6564-4c38-b01e-7966216054dc","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Parent node id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"root_properties\": {},\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"site_id\": \"<integer>\",\n\t\t\"createdby\": \"<string>\",\n\t\t\"created\": \"<string>\",\n\t\t\"modified\": \"<string>\",\n\t\t\"modifiedby\": \"<string>\",\n\t\t\"hidden\": \"<boolean>\",\n\t\t\"mimetype\": \"<string>\",\n\t\t\"content_size\": \"<string>\",\n\t\t\"display_path\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"entity\": \"<string>\",\n\t\t\"site_short_name\": \"<string>\",\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"44f83b6e-42d2-41b5-a25d-267220048f24","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Parent node id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2b2b588e-3c0a-46c8-a2da-f49fb2a21f17","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Parent node id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"43a64f24-3521-4b58-a5ee-101f59575bc7","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"(Required) Parent node id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"19fb35b2-0444-4076-bf10-2aa1c7e570fd","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Parent node id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"90b9e6df-a788-4a64-8a45-f8fffc01befb"},{"name":"/v1/md/nodes","id":"e73b4f1c-b74d-4f7c-9d95-0d66fe0eb4ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes","description":"<p>Update metadata of a node in <code>cs_node</code> table</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md","nodes"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"b66a027a-c6b0-4622-b705-9a15316b193a","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"root_properties\": {},\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"site_id\": \"<integer>\",\n\t\t\"createdby\": \"<string>\",\n\t\t\"created\": \"<string>\",\n\t\t\"modified\": \"<string>\",\n\t\t\"modifiedby\": \"<string>\",\n\t\t\"hidden\": \"<boolean>\",\n\t\t\"mimetype\": \"<string>\",\n\t\t\"content_size\": \"<string>\",\n\t\t\"display_path\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"entity\": \"<string>\",\n\t\t\"site_short_name\": \"<string>\",\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5f6507bb-f02d-4f42-ae6a-eebdd5df7d7d","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2f14554a-b345-4638-95c9-8a45801acfc8","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4e9a9398-de21-4503-b4bd-86338059ccee","name":"Not found","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8cd3c623-a067-4f68-b27c-525b92801be2","name":"Resource conflict","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d6d6839e-4253-4e9d-b362-a3ec6556309b","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e73b4f1c-b74d-4f7c-9d95-0d66fe0eb4ca"},{"name":"/v1/md/nodes","id":"cede7811-223a-45af-a2f8-5724651d5325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes","description":"<p>Delete node and its descendents from <code>cs_node</code> table</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md","nodes"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"91569da0-d0c1-4c05-aa9f-7248656f3cb1","name":"Successful response without content","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"b3d4ef4d-5c57-434e-93e7-97a1212e342e","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ff1dde5f-ce88-4bad-93c3-dcc9094495bc","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bf98f83d-72ca-4780-ac87-ca40a08b0e6e","name":"Not found","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c0afb5f0-99e9-4404-a4cd-26544c66b6a4","name":"Resource conflict","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"813e3765-0719-4cae-9a3d-4c256e362fe1","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"cede7811-223a-45af-a2f8-5724651d5325"},{"name":"/v1/md/nodes/delete","id":"547f046d-2006-4eb6-858b-0bfceb2fb20a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/delete","description":"<p>Delete multiple nodes and its descendents from <code>cs_node</code> table</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md","nodes","delete"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"9b78841a-5b5a-4b1c-ac9e-1ca25752e428","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b789f47f-d56e-41e6-a6c1-368654975cf0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/delete"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"be93d37e-1808-41b0-a4ea-5c76bbdf7d7d","name":"Not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/delete"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0364115f-8867-4e0f-bb20-ab74a0fbc3c7","name":"Resource conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/delete"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0c330c8d-2deb-4171-ad48-9a1aca444b53","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/delete"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"547f046d-2006-4eb6-858b-0bfceb2fb20a"},{"name":"/v1/md/nodes/children","id":"b5336952-ff82-4296-9ce6-718132189c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/children?sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&hidden=<boolean>","description":"<p>Retrieves immediate children metadata from <code>cs_node</code> table</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md","nodes","children"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>The property used to sort the list</p>\n","type":"text/plain"},"key":"sortBy","value":"<string>"},{"description":{"content":"<p>The order direction</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Number of items to return (the list size)</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Number of items to skip (where the list should start)</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>Whether should include hidden items in results</p>\n","type":"text/plain"},"key":"hidden","value":"<boolean>"}],"variable":[]}},"response":[{"id":"a3909d20-b8a9-4939-a881-9de5721908e6","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/md/nodes/children?sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&hidden=<boolean>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","md","nodes","children"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"Whether should include hidden items in results","key":"hidden","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"root_properties\": {},\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"site_id\": \"<integer>\",\n\t\t\t\t\"createdby\": \"<string>\",\n\t\t\t\t\"created\": \"<string>\",\n\t\t\t\t\"modified\": \"<string>\",\n\t\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\t\"hidden\": \"<boolean>\",\n\t\t\t\t\"mimetype\": \"<string>\",\n\t\t\t\t\"content_size\": \"<string>\",\n\t\t\t\t\"display_path\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"site_short_name\": \"<string>\",\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"root_properties\": {},\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"site_id\": \"<integer>\",\n\t\t\t\t\"createdby\": \"<string>\",\n\t\t\t\t\"created\": \"<string>\",\n\t\t\t\t\"modified\": \"<string>\",\n\t\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\t\"hidden\": \"<boolean>\",\n\t\t\t\t\"mimetype\": \"<string>\",\n\t\t\t\t\"content_size\": \"<string>\",\n\t\t\t\t\"display_path\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"site_short_name\": \"<string>\",\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t],\n\t\t\"totalItems\": \"<integer>\",\n\t\t\"hasMoreItems\": \"<boolean>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0ce48025-4c35-463d-b205-b599c2f0b89b","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/md/nodes/children?sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&hidden=<boolean>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","md","nodes","children"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"Whether should include hidden items in results","key":"hidden","value":"<boolean>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0a08f41f-1da7-43e5-8e60-cfea8a39a18d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/md/nodes/children?sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&hidden=<boolean>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","md","nodes","children"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"Whether should include hidden items in results","key":"hidden","value":"<boolean>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5f71a1a9-e3fc-439e-a5c2-e3300dbafb34","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/md/nodes/children?sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&hidden=<boolean>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","md","nodes","children"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"Whether should include hidden items in results","key":"hidden","value":"<boolean>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ea91dbe6-85b7-455c-8df6-ec206c4065b6","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/md/nodes/children?sortBy=<string>&order=<string>&limit=<integer>&offset=<integer>&hidden=<boolean>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","md","nodes","children"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"Whether should include hidden items in results","key":"hidden","value":"<boolean>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b5336952-ff82-4296-9ce6-718132189c60"},{"name":"/v1/md/nodes/ancestors","id":"2e7171bb-51e2-486f-969b-410f807308c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/ancestors?simple=<boolean>&excludeSiteRoot=<boolean>&excludeSiteDocumentRoot=<boolean>","description":"<p>Retrieves ancestors metadata from <code>cs_node</code> table</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md","nodes","ancestors"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>An optional flag to control the ancestor's properties. Default will return <i>shortId</i>, <i>name</i> and <i>path</i>.</p>\n","type":"text/plain"},"key":"simple","value":"<boolean>"},{"description":{"content":"<p>An optional flag if should exclude the <code>cs:sites</code> node in the response list.</p>\n","type":"text/plain"},"key":"excludeSiteRoot","value":"<boolean>"},{"description":{"content":"<p>An optional flag if should exclude the <code>cs:sites/cs:documents</code> node in the response list.</p>\n","type":"text/plain"},"key":"excludeSiteDocumentRoot","value":"<boolean>"}],"variable":[]}},"response":[{"id":"b830bbb3-280a-4efe-b080-fc8b7b8d7005","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/md/nodes/ancestors?simple=<boolean>&excludeSiteRoot=<boolean>&excludeSiteDocumentRoot=<boolean>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","md","nodes","ancestors"],"query":[{"description":"An optional flag to control the ancestor's properties. Default will return <i>shortId</i>, <i>name</i> and <i>path</i>.\n","key":"simple","value":"<boolean>"},{"description":"An optional flag if should exclude the <code>cs:sites</code> node in the response list.","key":"excludeSiteRoot","value":"<boolean>"},{"description":"An optional flag if should exclude the <code>cs:sites/cs:documents</code> node in the response list.","key":"excludeSiteDocumentRoot","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"root_properties\": {},\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"site_id\": \"<integer>\",\n\t\t\t\"createdby\": \"<string>\",\n\t\t\t\"created\": \"<string>\",\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\"hidden\": \"<boolean>\",\n\t\t\t\"mimetype\": \"<string>\",\n\t\t\t\"content_size\": \"<string>\",\n\t\t\t\"display_path\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"site_short_name\": \"<string>\",\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"root_properties\": {},\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"site_id\": \"<integer>\",\n\t\t\t\"createdby\": \"<string>\",\n\t\t\t\"created\": \"<string>\",\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\"hidden\": \"<boolean>\",\n\t\t\t\"mimetype\": \"<string>\",\n\t\t\t\"content_size\": \"<string>\",\n\t\t\t\"display_path\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"site_short_name\": \"<string>\",\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6b7473f5-8b36-4b7d-b9e3-88241b269a8f","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/md/nodes/ancestors?simple=<boolean>&excludeSiteRoot=<boolean>&excludeSiteDocumentRoot=<boolean>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","md","nodes","ancestors"],"query":[{"description":"An optional flag to control the ancestor's properties. Default will return <i>shortId</i>, <i>name</i> and <i>path</i>.\n","key":"simple","value":"<boolean>"},{"description":"An optional flag if should exclude the <code>cs:sites</code> node in the response list.","key":"excludeSiteRoot","value":"<boolean>"},{"description":"An optional flag if should exclude the <code>cs:sites/cs:documents</code> node in the response list.","key":"excludeSiteDocumentRoot","value":"<boolean>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7a6e49b6-e540-48f8-af5c-c3c1d491eb0d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/md/nodes/ancestors?simple=<boolean>&excludeSiteRoot=<boolean>&excludeSiteDocumentRoot=<boolean>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","md","nodes","ancestors"],"query":[{"description":"An optional flag to control the ancestor's properties. Default will return <i>shortId</i>, <i>name</i> and <i>path</i>.\n","key":"simple","value":"<boolean>"},{"description":"An optional flag if should exclude the <code>cs:sites</code> node in the response list.","key":"excludeSiteRoot","value":"<boolean>"},{"description":"An optional flag if should exclude the <code>cs:sites/cs:documents</code> node in the response list.","key":"excludeSiteDocumentRoot","value":"<boolean>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b4af8f55-d196-42f9-b5a1-355f42d9115a","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/md/nodes/ancestors?simple=<boolean>&excludeSiteRoot=<boolean>&excludeSiteDocumentRoot=<boolean>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","md","nodes","ancestors"],"query":[{"description":"An optional flag to control the ancestor's properties. Default will return <i>shortId</i>, <i>name</i> and <i>path</i>.\n","key":"simple","value":"<boolean>"},{"description":"An optional flag if should exclude the <code>cs:sites</code> node in the response list.","key":"excludeSiteRoot","value":"<boolean>"},{"description":"An optional flag if should exclude the <code>cs:sites/cs:documents</code> node in the response list.","key":"excludeSiteDocumentRoot","value":"<boolean>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"2e7171bb-51e2-486f-969b-410f807308c5"},{"name":"/v1/md/nodes/list","id":"2b9da41e-b506-43b9-a92f-2d580ec01577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/list","description":"<p>Retrieve the metadata for the given node and all its parent folders from <code>cs_node</code> table</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md","nodes","list"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"6bc25f06-43f4-4868-849e-af092304221e","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"root_properties\": {},\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"site_id\": \"<integer>\",\n\t\t\t\"createdby\": \"<string>\",\n\t\t\t\"created\": \"<string>\",\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\"hidden\": \"<boolean>\",\n\t\t\t\"mimetype\": \"<string>\",\n\t\t\t\"content_size\": \"<string>\",\n\t\t\t\"display_path\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"site_short_name\": \"<string>\",\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"root_properties\": {},\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"site_id\": \"<integer>\",\n\t\t\t\"createdby\": \"<string>\",\n\t\t\t\"created\": \"<string>\",\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\"hidden\": \"<boolean>\",\n\t\t\t\"mimetype\": \"<string>\",\n\t\t\t\"content_size\": \"<string>\",\n\t\t\t\"display_path\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"site_short_name\": \"<string>\",\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"79aefa31-66db-4d9c-be16-6d394f3c727a","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"da26df86-564e-46bb-bd07-ead01dc65240","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"515cabbe-0052-4c15-9c92-598d421e473f","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/list"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"872a597a-8ea8-49d8-b0ae-aa22601d7334","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"2b9da41e-b506-43b9-a92f-2d580ec01577"},{"name":"/v1/md/nodes/list","id":"54627c41-cb41-4531-b108-ac6b3642208f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/list","description":"<p>Create node and any of its missing parent folders using the metadata in database</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","md","nodes","list"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"646505ae-35b2-45f3-a264-40ba7a740076","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ef3fca0a-c052-492b-815b-32642714c7b9","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"52805b73-1534-471b-9bb1-015234626d70","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"190ff3d6-38ca-434d-b37e-35c3ef789a49","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/md/nodes/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"54627c41-cb41-4531-b108-ac6b3642208f"}],"id":"dfb52eae-0fb0-4384-b258-8961d209f8a6","description":"<p>Retrieve and manage files and folders ingested from scanner app</p>\n","_postman_id":"dfb52eae-0fb0-4384-b258-8961d209f8a6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"nodes","item":[{"name":"/v1/nodes","id":"050958de-5af8-4d94-a416-0cae3bf1021d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes","description":"<p>Create new node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"0e5745b6-4c14-4ad1-9e33-e123f4261d9d","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:email\": [\n\t\t\t\"Zwj3UG@q.bB1.N697iRPLsnQ.Qcx4hDW_.d4.c.ho6R.eY0cDwYQWB.Tr\",\n\t\t\t\".9c@srLK3w1oZNv.BbisGm-p6lo.q9_YKgwm3.VyRxPKxn.NfITE5maGT.p1TpTg.G0\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:status\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:action\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:history\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modifier\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"758982c7-133f-4942-ba46-c944f0ca5343","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"035ddcaa-9a8f-4502-9633-123bcfc3d741","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b4fdac22-ad06-4e3e-864b-ecfa5cbf2fbc","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"944440a9-a3c8-4c8d-aec2-682614588464","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"050958de-5af8-4d94-a416-0cae3bf1021d"},{"name":"/v1/nodes","id":"08ca7f1c-ca3e-454c-bb3a-d9fc7b7c0f6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes","description":"<p>Retrieve properties of the node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"a37db2cf-64d0-4c20-ad03-2297ac78333c","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:email\": [\n\t\t\t\"Zwj3UG@q.bB1.N697iRPLsnQ.Qcx4hDW_.d4.c.ho6R.eY0cDwYQWB.Tr\",\n\t\t\t\".9c@srLK3w1oZNv.BbisGm-p6lo.q9_YKgwm3.VyRxPKxn.NfITE5maGT.p1TpTg.G0\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:status\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:action\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:history\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modifier\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a68721ed-88cd-433d-9039-6ccf384fc992","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c1712298-c232-40a2-b247-e029a300817d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"71c64a4c-3b26-41a8-a932-a0ed41811b66","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e0315e1a-d1e0-4c8c-934f-d7f4d98e1054","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"08ca7f1c-ca3e-454c-bb3a-d9fc7b7c0f6d"},{"name":"/v1/nodes","id":"4ed51358-9ece-4966-b49e-634e31ef4256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes","description":"<p>Update the node properties</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"333e9fa9-aecf-4e29-b169-be99eae7595a","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:email\": [\n\t\t\t\"Zwj3UG@q.bB1.N697iRPLsnQ.Qcx4hDW_.d4.c.ho6R.eY0cDwYQWB.Tr\",\n\t\t\t\".9c@srLK3w1oZNv.BbisGm-p6lo.q9_YKgwm3.VyRxPKxn.NfITE5maGT.p1TpTg.G0\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:status\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:action\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:history\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modifier\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e4366955-b4fa-4d3d-bb61-91547e4ae7b0","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9ee49770-9327-461f-a9a8-a9cdc8836b4d","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"52b0be5b-d2c2-4c33-83a6-71c09e7030e3","name":"Not found","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7f8d9e4e-5fd7-4a76-935f-59b302079db6","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"4ed51358-9ece-4966-b49e-634e31ef4256"},{"name":"/v1/nodes","id":"8b93daae-8058-428a-9e5c-8c30719b59cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes","description":"<p>Delete the node(s)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"0da1ed97-9a84-4a6c-9d43-0506b0fef485","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"82c3ae84-9f97-4d29-b7a5-de7ca3558e06","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"82bf15f2-b992-44a8-8336-88cac85ec81e","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f8917288-5f57-49ce-b825-fe2f313f5710","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"8b93daae-8058-428a-9e5c-8c30719b59cc"},{"name":"/v1/nodes/content","id":"30e6fa2a-6a56-485c-8a12-c2875a3013ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content","description":"<p>Upload the binary content of the Node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","content"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"edfd3d6e-35bb-45f4-bc6c-e6e559792f21","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:email\": [\n\t\t\t\"Zwj3UG@q.bB1.N697iRPLsnQ.Qcx4hDW_.d4.c.ho6R.eY0cDwYQWB.Tr\",\n\t\t\t\".9c@srLK3w1oZNv.BbisGm-p6lo.q9_YKgwm3.VyRxPKxn.NfITE5maGT.p1TpTg.G0\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:status\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:action\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:history\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modifier\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e0a1d105-dd28-4930-91c4-c598453ff439","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e4e5b68f-73c5-4ca7-a94d-4740f8496847","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"483e7372-719e-4c52-b46e-ac04f800167a","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"30e6fa2a-6a56-485c-8a12-c2875a3013ce"},{"name":"/v1/nodes/content","id":"6c3b5955-6893-4322-982c-f11b61d957c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content","description":"<p>Download content of the Node (applies to Content only)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","content"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"b8397878-9c55-4527-930d-8cd9c55f4ba1","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"cfac4449-2ae2-455d-b706-fed0a1ba5bdc","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d4be9b37-79d0-4fc4-a875-dc372df66bdb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"03a36a26-0f40-46e9-b30d-4c6ed5d4b156","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c13e9387-3bff-412c-9466-a711d4b621d2","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"6c3b5955-6893-4322-982c-f11b61d957c8"},{"name":"/v1/nodes/content","id":"0251324a-71ac-49de-86f7-7cd21ce63745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"file","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"nodeData","value":"[object Object]","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content","description":"<p>Update the binary content of the Node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","content"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"0e2bf98e-11b1-4f7c-a630-b511c741b73b","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"},{"description":"(Required) ","key":"nodeData","value":"[object Object]","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:email\": [\n\t\t\t\"Zwj3UG@q.bB1.N697iRPLsnQ.Qcx4hDW_.d4.c.ho6R.eY0cDwYQWB.Tr\",\n\t\t\t\".9c@srLK3w1oZNv.BbisGm-p6lo.q9_YKgwm3.VyRxPKxn.NfITE5maGT.p1TpTg.G0\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:status\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:action\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:history\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modifier\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c4f850f2-854f-4123-baa6-b254de8666be","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"},{"description":"(Required) ","key":"nodeData","value":"[object Object]","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9c8662e5-4426-4d9b-a61f-960fe2de1280","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"},{"description":"(Required) ","key":"nodeData","value":"[object Object]","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5a9445e1-4d55-4594-a05a-05c720ba9e17","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"},{"description":"(Required) ","key":"nodeData","value":"[object Object]","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"0251324a-71ac-49de-86f7-7cd21ce63745"},{"name":"/v1/nodes/children","id":"e7c374df-e30e-40a5-9717-c01a68d324e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/children?limit=<integer>","description":"<p>List child node(s) of the supplied Node Id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","children"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>Number of items to return (the list size)</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"}],"variable":[]}},"response":[{"id":"62fafcf8-0e3e-48c4-87cc-2b0482e4c4ff","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/children?limit=<integer>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","children"],"query":[{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:email\": [\n\t\t\t\t\"PUt4S@V_Oz.p.Czj.ceqBuU.i.5CGnOOKTtV2.mjTq0fj.s5tVZx.y7w2ZxnSIC.MDFt5.5k\",\n\t\t\t\t\"6o56dH@z1NYmr_rU.qG.Lh47Fp.wxn7-fU.s2slW.ZKPQ\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:status\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:action\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:history\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:modified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:modifier\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:email\": [\n\t\t\t\t\"a4oTr@H.a27IzU6a.IP9oH0U7mh.CoAphJ6.8lEC.sb-caLT.IL.XCnnWGrMQV.2yS\",\n\t\t\t\t\"T@So.6NNmR.7Lnz.UwK_x0fc.wqW.PpXBPksWPj.pBHd.wmJELc.IVb.1YvQrv.QXaDu1.wV3\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:status\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:action\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:history\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:modified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"lcs:modifier\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f03d92d5-eaf9-4a2d-89d0-95d17229d53e","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/children?limit=<integer>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","children"],"query":[{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f9e51906-4b33-47d0-9bc3-2e1c9941b57b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/children?limit=<integer>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","children"],"query":[{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"fa56f65f-fcca-4204-ae46-31cb9f5bec02","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/children?limit=<integer>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","children"],"query":[{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e7c374df-e30e-40a5-9717-c01a68d324e9"},{"name":"/v1/nodes/ancestors","id":"1764867e-2443-429e-b68b-b369a131f561","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/ancestors?simple=<string>&excludeSiteRoot=<string>&excludeSiteDocumentRoot=<string>","description":"<p>Get the node's ancestors, until the root location <code>/</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","ancestors"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>An optional flag to control the ancestor's properties. Default will return <i>shortId</i>, <i>name</i> and <i>path</i>.</p>\n","type":"text/plain"},"key":"simple","value":"<string>"},{"description":{"content":"<p>An optional flag if should exclude the <code>cs:sites</code> node in the response list.</p>\n","type":"text/plain"},"key":"excludeSiteRoot","value":"<string>"},{"description":{"content":"<p>An optional flag if should exclude the <code>cs:sites/cs:documents</code> node in the response list.</p>\n","type":"text/plain"},"key":"excludeSiteDocumentRoot","value":"<string>"}],"variable":[]}},"response":[{"id":"92ed5686-560a-4244-99ee-bd85f5a09cf9","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/ancestors?simple=<string>&excludeSiteRoot=<string>&excludeSiteDocumentRoot=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","ancestors"],"query":[{"description":"An optional flag to control the ancestor's properties. Default will return <i>shortId</i>, <i>name</i> and <i>path</i>.\n","key":"simple","value":"<string>"},{"description":"An optional flag if should exclude the <code>cs:sites</code> node in the response list.","key":"excludeSiteRoot","value":"<string>"},{"description":"An optional flag if should exclude the <code>cs:sites/cs:documents</code> node in the response list.","key":"excludeSiteDocumentRoot","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"path\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"path\": \"<string>\"\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4b79288c-4cea-4f42-9432-5fbcc92fbe7e","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/ancestors?simple=<string>&excludeSiteRoot=<string>&excludeSiteDocumentRoot=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","ancestors"],"query":[{"description":"An optional flag to control the ancestor's properties. Default will return <i>shortId</i>, <i>name</i> and <i>path</i>.\n","key":"simple","value":"<string>"},{"description":"An optional flag if should exclude the <code>cs:sites</code> node in the response list.","key":"excludeSiteRoot","value":"<string>"},{"description":"An optional flag if should exclude the <code>cs:sites/cs:documents</code> node in the response list.","key":"excludeSiteDocumentRoot","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6aa2a6e0-f179-4459-aeb3-752303a9b919","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/ancestors?simple=<string>&excludeSiteRoot=<string>&excludeSiteDocumentRoot=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","ancestors"],"query":[{"description":"An optional flag to control the ancestor's properties. Default will return <i>shortId</i>, <i>name</i> and <i>path</i>.\n","key":"simple","value":"<string>"},{"description":"An optional flag if should exclude the <code>cs:sites</code> node in the response list.","key":"excludeSiteRoot","value":"<string>"},{"description":"An optional flag if should exclude the <code>cs:sites/cs:documents</code> node in the response list.","key":"excludeSiteDocumentRoot","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c5bc9f3b-1597-4e7d-badd-fad42a70e1f4","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/ancestors?simple=<string>&excludeSiteRoot=<string>&excludeSiteDocumentRoot=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","ancestors"],"query":[{"description":"An optional flag to control the ancestor's properties. Default will return <i>shortId</i>, <i>name</i> and <i>path</i>.\n","key":"simple","value":"<string>"},{"description":"An optional flag if should exclude the <code>cs:sites</code> node in the response list.","key":"excludeSiteRoot","value":"<string>"},{"description":"An optional flag if should exclude the <code>cs:sites/cs:documents</code> node in the response list.","key":"excludeSiteDocumentRoot","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8627eb60-c824-45d2-93ea-28e29f140182","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/ancestors?simple=<string>&excludeSiteRoot=<string>&excludeSiteDocumentRoot=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","ancestors"],"query":[{"description":"An optional flag to control the ancestor's properties. Default will return <i>shortId</i>, <i>name</i> and <i>path</i>.\n","key":"simple","value":"<string>"},{"description":"An optional flag if should exclude the <code>cs:sites</code> node in the response list.","key":"excludeSiteRoot","value":"<string>"},{"description":"An optional flag if should exclude the <code>cs:sites/cs:documents</code> node in the response list.","key":"excludeSiteDocumentRoot","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"1764867e-2443-429e-b68b-b369a131f561"},{"name":"/v1/nodes/copy","id":"427fb8ef-2399-4ee1-888a-37f9d1ca384b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"nodes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/copy","description":"<p>Copy the Node to the target location</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","copy"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"955c5af8-745f-4183-ab7a-df367f8dedb9","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"nodes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/copy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"results\": [\n\t\t\t{\n\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\"node\": \"<string>\",\n\t\t\t\t\"target\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\"node\": \"<string>\",\n\t\t\t\t\"target\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"successCount\": \"<integer>\",\n\t\t\"failureCount\": \"<integer>\",\n\t\t\"target\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b1ef6f05-598d-431b-bc94-24cd26e82e48","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"nodes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/copy"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"eb213231-d337-461d-bc5c-875abafbc07c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"nodes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/copy"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bdf92d9f-f504-4cf9-805e-3820468b2283","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"nodes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/copy"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"427fb8ef-2399-4ee1-888a-37f9d1ca384b"},{"name":"/v1/nodes/move","id":"948d21c1-accc-4927-8de7-c20fe1de21e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"nodes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/move","description":"<p>Move the Node to the target location</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","move"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"5ae5713b-692b-4b0b-8925-44dc192194a2","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"nodes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/move"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"results\": [\n\t\t\t{\n\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\"target\": \"<string>\",\n\t\t\t\t\"node\": \"qui\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"success\": \"<boolean>\",\n\t\t\t\t\"target\": \"<string>\",\n\t\t\t\t\"node\": false\n\t\t\t}\n\t\t],\n\t\t\"successCount\": \"<integer>\",\n\t\t\"failureCount\": \"<integer>\",\n\t\t\"target\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f6dfa40f-09b0-4635-b71d-bf0e307e4434","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"nodes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/move"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8fd36e3d-9c6b-45e1-86ec-c00043212085","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"nodes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/move"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"56a61c39-903f-4dc4-955e-faf7fa4ddc2e","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"nodes\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/move"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"948d21c1-accc-4927-8de7-c20fe1de21e6"},{"name":"/v1/nodes/references","id":"f884c566-7955-4e3d-81e0-cc5aa647d0da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"target\": \"<string>\",\n\t\"referenceRelation\": \"<string>\",\n\t\"referenceType\": \"<string>\",\n\t\"referenceComment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/references","description":"<p>Add reference / association between two nodes (a source and a target).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","references"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"12ec7944-986c-430b-9f13-4d9d9aa8b3a4","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"target\": \"<string>\",\n\t\"referenceRelation\": \"<string>\",\n\t\"referenceType\": \"<string>\",\n\t\"referenceComment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"targetRefId\": \"<string>\",\n\t\t\"sourceRefId\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"16ad516c-e7b2-4fac-8da5-4aa6ddd96f4c","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"target\": \"<string>\",\n\t\"referenceRelation\": \"<string>\",\n\t\"referenceType\": \"<string>\",\n\t\"referenceComment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c8caea78-bfb3-4116-9907-4a1819c979da","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"target\": \"<string>\",\n\t\"referenceRelation\": \"<string>\",\n\t\"referenceType\": \"<string>\",\n\t\"referenceComment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"baffefc2-7e27-4108-9072-5da472460c9f","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"target\": \"<string>\",\n\t\"referenceRelation\": \"<string>\",\n\t\"referenceType\": \"<string>\",\n\t\"referenceComment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f884c566-7955-4e3d-81e0-cc5aa647d0da"},{"name":"/v1/nodes/references","id":"b9bd23c2-7603-4bb1-af93-e4469c92ea37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references","description":"<p>List (source and target) Nodes that the supplied Node referenced</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","references"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"adceca7f-f19d-4435-94f4-0e167bea382e","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"targetReferences\": [\n\t\t\t{\n\t\t\t\t\"referenceUri\": \"<string>\",\n\t\t\t\t\"actualNode\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"types\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"extensions\": {\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"cs:email\": [\n\t\t\t\t\t\t\"N5fV@TvV9Pg4o.aNiO\",\n\t\t\t\t\t\t\"83D9pQhJl@B2DK88bpXc.fPL\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"ldp:contains\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:name\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:status\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:action\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:history\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:modified\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:modifier\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"referenceUri\": \"<string>\",\n\t\t\t\t\"actualNode\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"types\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"extensions\": {\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"cs:email\": [\n\t\t\t\t\t\t\"lK1@qGGOCQ.-Zkcxh6Ze.t1ZdfUeREus.0tgcz.1zKkQOv0S.katN.0H\",\n\t\t\t\t\t\t\"JFodobFD@caZnZm.bE4bHCo0t.BaJi65bwW.R1PUb.UoVX.hx8R.3c3AYY89wW.z.oCpzVHLE.T7Z\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"ldp:contains\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:name\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:status\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:action\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:history\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:modified\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:modifier\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t}\n\t\t],\n\t\t\"sourceReferences\": [\n\t\t\t{\n\t\t\t\t\"referenceUri\": \"<string>\",\n\t\t\t\t\"actualNode\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"types\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"extensions\": {\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"cs:email\": [\n\t\t\t\t\t\t\"mCQ32H@-EI.hw_.jnWP.kKaNwpdK.YnsJ.U-UQOJPf.8c7q.wCLN\",\n\t\t\t\t\t\t\"wil@HpIZZ.g.5d.0t\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"ldp:contains\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:name\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:status\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:action\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:history\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:modified\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:modifier\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"referenceUri\": \"<string>\",\n\t\t\t\t\"actualNode\": {\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"types\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"extensions\": {\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t},\n\t\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"cs:email\": [\n\t\t\t\t\t\t\"Cy@TrGoY_m_cm.rCdsBtqW.cWkijs-B.yNleQ.r_qOWdbQy.IpZDRUiNCL.46W.Nk.swHz\",\n\t\t\t\t\t\t\"K_IiIRXuV2@6E2Tt-V9N.ZPZNkfZwL.Ms\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"ldp:contains\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:name\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:status\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:action\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:history\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:modified\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t],\n\t\t\t\t\t\"lcs:modifier\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0a1705de-4dc6-461d-8f01-5609000bb846","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5c999336-89ea-404a-8f2e-9175326648cd","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"60e4899b-cf0b-4c4c-b0de-8be0c1ae2fbc","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b9bd23c2-7603-4bb1-af93-e4469c92ea37"},{"name":"/v1/nodes/references","id":"ac769249-1978-4d5e-92a3-308d6b77d028","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) The reference node id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references","description":"<p>Delete the supplied reference (need to update BOTH the source and target)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","references"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"43f5c963-b7b9-406e-b1fe-a4c45532038e","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) The reference node id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"deletedSourceRefUrl\": \"<string>\",\n\t\t\"deletedTargetRefUrl\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2a36576e-5ec7-4be4-9a44-2362c7c9bf53","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) The reference node id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"aff6923d-84e5-4d01-90a3-0a06fcb3bf53","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) The reference node id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6bba19aa-52fe-4fb8-9a2d-c27554d4813f","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) The reference node id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"ac769249-1978-4d5e-92a3-308d6b77d028"},{"name":"/v1/nodes/references/source","id":"becd0b6d-7f6a-4958-9cc9-93040bda704d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references/source","description":"<p>List the Nodes that referenced by the supplied Node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","references","source"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"48556d34-2f4e-4343-bd3c-3d71e5b84672","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references/source"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"referenceUri\": \"<string>\",\n\t\t\t\"actualNode\": {\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:email\": [\n\t\t\t\t\t\"J@0I.Citj1.54FcDMWt.7BckTadnkS.A.i.Xmk.mVI0xq.1gwVAYk.HB31Hv.H.Rd1m\",\n\t\t\t\t\t\"9j6JHz@XHE.-TkGANi5N5.FW9\"\n\t\t\t\t],\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"ldp:contains\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:status\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:action\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:history\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:modified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:modifier\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"referenceUri\": \"<string>\",\n\t\t\t\"actualNode\": {\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:email\": [\n\t\t\t\t\t\"_XdC2ApAZQ@PmiF.uC\",\n\t\t\t\t\t\"JlMlo0KIrI3@jA.6tNOmkSA.4L.h6A\"\n\t\t\t\t],\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"ldp:contains\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:status\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:action\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:history\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:modified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:modifier\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"525cbc58-178f-442f-8bf3-3dd7ec98957a","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references/source"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"85dee086-944f-400f-8695-83eab672682f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references/source"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ccff2eb4-ace3-44e4-a9fe-0d1cd4c6759e","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references/source"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"becd0b6d-7f6a-4958-9cc9-93040bda704d"},{"name":"/v1/nodes/references/target","id":"15fda954-c476-46e4-a5ea-feb2760045b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references/target","description":"<p>List target Nodes that the supplied Node referenced</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","references","target"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"c67b05b7-66e6-4ead-b046-56246cd514c9","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references/target"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"referenceUri\": \"<string>\",\n\t\t\t\"actualNode\": {\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:email\": [\n\t\t\t\t\t\"i@8ljgt-EBVts.GH.REdgAk7Hc.-AIok.Sy\",\n\t\t\t\t\t\"calZv9_Lz@S.18OocX7.5t.Kido8R.CyxFr.ijqgXRmgCOs.ujFwcKX3md.86-NDH8i.P.s5\"\n\t\t\t\t],\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"ldp:contains\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:status\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:action\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:history\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:modified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:modifier\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"referenceUri\": \"<string>\",\n\t\t\t\"actualNode\": {\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t},\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:email\": [\n\t\t\t\t\t\"SrNvPiMP@oaQf3nT.l.kCrYge2ebT.xIdl.rMDK6V.X.bbYcjv.GaFh\",\n\t\t\t\t\t\"Q@5ZI.FRR4tOTl-.ByesUv8k.VrBp_v.hE0r09.IH7\"\n\t\t\t\t],\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"ldp:contains\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:status\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:action\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:history\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:modified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"lcs:modifier\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3a6dc0aa-d447-40e4-8dc4-8a6e64b9a787","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references/target"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f03457a4-36f9-4784-b99a-ae13f84529ef","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references/target"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"abd259d6-3d53-4509-ade1-2dc6af38342d","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/references/target"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"15fda954-c476-46e4-a5ea-feb2760045b7"}],"id":"80167edd-8a9f-4d75-a82c-011528f44f7b","description":"<p>Retrieve and manage nodes</p>\n","_postman_id":"80167edd-8a9f-4d75-a82c-011528f44f7b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"renditions","item":[{"name":"/v1/nodes/renditions","id":"0f3d3790-4bbf-4f0a-9a75-fd41d1a1da84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions","description":"<p>Retrieve list of renditions associated with the supplied Node Id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","renditions"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"d55065cd-6526-452d-af11-2dffc67788d0","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"cs:renditionDefinition\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"ebucore:filename\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"ebucore:hasMimeType\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"premis:hasSize\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"premis:hasMessageDigest\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:hasFixityService\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"cs:renditionDefinition\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"ebucore:filename\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"ebucore:hasMimeType\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"premis:hasSize\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"premis:hasMessageDigest\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:hasFixityService\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0acaf911-af8f-4cdb-9b58-f7977893dcee","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"072e1caa-21eb-40b4-983f-e5b47afe14de","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5a94e9d0-2b51-4cbb-929a-fea3ab131a89","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"0f3d3790-4bbf-4f0a-9a75-fd41d1a1da84"},{"name":"/v1/nodes/renditions","id":"ad33c380-200c-4209-af2d-0c5f463ebcd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"renditionNames\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions","description":"<p>Add rendition(s) to the requested Node Id(s), renditionName can be \"thumbnail\", \"preview\", \"low-res\" and \"high-res\"</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","renditions"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"5a591dcb-3ad5-4353-b863-8cd0218e54bd","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"renditionNames\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"nodes\": {\n\t\t\t\"nodes\": [\n\t\t\t\t{\n\t\t\t\t\t\"node\": \"<string>\",\n\t\t\t\t\t\"renditionFolder\": \"<string>\",\n\t\t\t\t\t\"renditionNames\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"node\": \"<string>\",\n\t\t\t\t\t\"renditionFolder\": \"<string>\",\n\t\t\t\t\t\"renditionNames\": [\n\t\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\t\"<string>\"\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"excludedNodes\": [\n\t\t\t\t{\n\t\t\t\t\t\"node\": \"<string>\",\n\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"node\": \"<string>\",\n\t\t\t\t\t\"message\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"908f9898-919f-4816-9181-bd6a8f42f0f0","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"renditionNames\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"eb245d11-3433-4c4e-839b-992e32f91b48","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"renditionNames\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"04af267b-c051-432c-b022-40c8e6f8881b","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"renditionNames\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"ad33c380-200c-4209-af2d-0c5f463ebcd8"},{"name":"/v1/nodes/renditions","id":"bba5891c-7ed4-47a9-90ba-39484eecc989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Node Id of a rendition node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions","description":"<p>Delete rendition node(s)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","renditions"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"dd6339c0-597b-4122-a652-a6feb9df0a2f","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a rendition node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0ab597c0-7349-4cad-a86b-94002181647f","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a rendition node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0a106745-80c5-40e2-9878-016ae12efbf2","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a rendition node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"66c4f192-0c30-4068-b158-af764c8b4ee0","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a rendition node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"bba5891c-7ed4-47a9-90ba-39484eecc989"},{"name":"/v1/nodes/renditions/definitions","id":"76599e16-e020-43b6-b3f4-1abeaadd6c12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/renditions/definitions?refresh=false&returnObjectFormat=false","description":"<p>List all Rendition definitions</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","renditions","definitions"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"key":"refresh","value":"false"},{"key":"returnObjectFormat","value":"false"}],"variable":[]}},"response":[{"id":"5adc9f43-6a98-4c25-b9e3-700772f08981","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/renditions/definitions?refresh=false&returnObjectFormat=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","renditions","definitions"],"query":[{"key":"refresh","value":"false"},{"key":"returnObjectFormat","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"definitions\": {\n\t\t\t\"type\": \"array\",\n\t\t\t\"description\": \"Payload of 'returnObjectFormat' set to false\",\n\t\t\t\"minItems\": 1,\n\t\t\t\"maxItems\": 4,\n\t\t\t\"items\": {\n\t\t\t\t\"type\": \"object\",\n\t\t\t\t\"required\": [\n\t\t\t\t\t\"name\",\n\t\t\t\t\t\"height\",\n\t\t\t\t\t\"width\",\n\t\t\t\t\t\"display-order\"\n\t\t\t\t],\n\t\t\t\t\"properties\": {\n\t\t\t\t\t\"definitionName\": {\n\t\t\t\t\t\t\"type\": \"string\",\n\t\t\t\t\t\t\"example\": \"thumbnail\",\n\t\t\t\t\t\t\"default\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"name\": {\n\t\t\t\t\t\t\"type\": \"string\",\n\t\t\t\t\t\t\"example\": \"Thumbnail (100x100)\",\n\t\t\t\t\t\t\"default\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"display-order\": {\n\t\t\t\t\t\t\"type\": \"integer\",\n\t\t\t\t\t\t\"example\": 1,\n\t\t\t\t\t\t\"default\": \"<integer>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"height\": {\n\t\t\t\t\t\t\"type\": \"integer\",\n\t\t\t\t\t\t\"example\": 100,\n\t\t\t\t\t\t\"default\": \"<integer>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"width\": {\n\t\t\t\t\t\t\"type\": \"integer\",\n\t\t\t\t\t\t\"example\": 100,\n\t\t\t\t\t\t\"default\": \"<integer>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"24bf58a9-8250-4860-bbd6-4f032ac7b47e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/renditions/definitions?refresh=false&returnObjectFormat=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","renditions","definitions"],"query":[{"key":"refresh","value":"false"},{"key":"returnObjectFormat","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4ff63c2f-c1ec-49b5-8edd-6a9a9783e86b","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/renditions/definitions?refresh=false&returnObjectFormat=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","renditions","definitions"],"query":[{"key":"refresh","value":"false"},{"key":"returnObjectFormat","value":"false"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"76599e16-e020-43b6-b3f4-1abeaadd6c12"}],"id":"0b28cd97-4409-4b7a-833a-f25fea9e4dca","description":"<p>Retrieve and manage renditions</p>\n","_postman_id":"0b28cd97-4409-4b7a-833a-f25fea9e4dca","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"versions","item":[{"name":"/v1/nodes/versions","id":"98a89205-e52b-4b92-87bb-6265821b1d40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions","description":"<p>List all versions of the specified node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","versions"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"ffbe8407-f306-4a73-a64c-2d3414ba0894","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t\"<string>\"\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"aeb7be43-b762-4d19-b6ed-949d50c7cb3d","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d2dc6532-b7f2-4cfc-ba6c-fd56157d7298","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f2421779-c503-482b-b145-03531e986216","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"98a89205-e52b-4b92-87bb-6265821b1d40"},{"name":"/v1/nodes/versions","id":"29faf9f9-920a-4efe-a20c-0c5e32d25f47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions","description":"<p>Create a new version from current state of the node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","versions"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"3e709200-dcf5-47c3-807a-a743bc0251f4","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": \"<string>\",\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"84e09b39-9d3e-4d91-80ba-af0f7e2ff6f8","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bdc8e375-abaa-46ae-8970-339b3706ee3d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9240723b-a3a7-4525-9986-fc854981f3ea","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"29faf9f9-920a-4efe-a20c-0c5e32d25f47"},{"name":"/v1/nodes/versions/content","id":"e2495061-ded0-436f-87ea-233fe079c1f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) </p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions/content","description":"<p>Download content of a specific version of a node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","versions","content"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"29c6e051-8835-4f27-bfdc-664610cacd27","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"X-Node-Id","value":"<string>"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions/content"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"02e7583d-135c-48e6-ad8d-99ee5f833697","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions/content"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"81522096-ee8b-43a0-9b7c-dc767d0020e7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions/content"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a7386974-21b3-42b7-81af-a7a3bcd46e7f","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions/content"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e2495061-ded0-436f-87ea-233fe079c1f1"},{"name":"/v1/nodes/versions/metadata","id":"9e5755cd-1954-4678-88c0-dc174dc63082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) </p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions/metadata","description":"<p>Get metadata of a version of the specified node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","versions","metadata"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"022b3850-0faa-43c8-be2a-09db7a49c38c","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions/metadata"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:email\": [\n\t\t\t\"Zwj3UG@q.bB1.N697iRPLsnQ.Qcx4hDW_.d4.c.ho6R.eY0cDwYQWB.Tr\",\n\t\t\t\".9c@srLK3w1oZNv.BbisGm-p6lo.q9_YKgwm3.VyRxPKxn.NfITE5maGT.p1TpTg.G0\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:status\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:action\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:history\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modifier\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"39320017-2693-44ec-b440-862c0a2c7e83","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions/metadata"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ce27cbef-b8a8-402d-a77f-8bc7f814bb40","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions/metadata"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"285db421-6ccc-4336-bcbf-f750faec6bae","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/versions/metadata"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"9e5755cd-1954-4678-88c0-dc174dc63082"}],"id":"06a63e6b-9aa8-48a0-9c8f-0ae5860abcd0","description":"<p>Retrieve and manage versions</p>\n","_postman_id":"06a63e6b-9aa8-48a0-9c8f-0ae5860abcd0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"natural language","item":[{"name":"/v1/nodes/content/nlp","id":"815fc5e5-37bb-42e4-8487-46770f6b744d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"useExtractedText\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp","description":"<p>Send analyse request to AutoMD server (POST: /automd/analyse), \nand post-process the entities returned.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","content","nlp"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"bfdd93b2-fa9b-4b59-9541-4171e2c87440","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"useExtractedText\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"node-id\": {\n\t\t\t\"categories\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"confidence\": \"<number>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"confidence\": \"<number>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"entities\": [\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"type\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"analysedDate\": \"<string>\"\n\t\t}\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"efe7436e-e702-4ede-b3a2-9793525f47fe","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"useExtractedText\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b25862e8-4e43-4e67-9c5e-2a42eb44fc94","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"useExtractedText\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"57e2a9fc-3a25-4879-8e6e-ca8f8b82744c","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"useExtractedText\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0d2a74c7-a9ef-4b70-864c-72b85ce43c22","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"useExtractedText\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"815fc5e5-37bb-42e4-8487-46770f6b744d"},{"name":"/v1/nodes/content/nlp","id":"22da13fb-328d-4fb7-8457-f80bfc6767ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp","description":"<p>Get NL data of the given node from \"cs_node\" table.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","content","nlp"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"e32cc463-b92c-413d-85d3-64afe20076d5","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"categories\": [\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"confidence\": \"<number>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"confidence\": \"<number>\"\n\t\t\t}\n\t\t],\n\t\t\"entities\": [\n\t\t\t{\n\t\t\t\t\"type\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"type\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"analysedDate\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7f25dc55-41f1-4187-b82e-3721f3117c00","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"dcf82769-a5fe-420b-a47c-88c14a1aa902","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ad83cf16-935e-4087-b4cb-6e43f7e0c276","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"79d364da-d6c9-47ab-9200-40b534ff9ad8","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/content/nlp"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"22da13fb-328d-4fb7-8457-f80bfc6767ec"}],"id":"eae19335-a8c9-496e-b2ca-a44b109da901","description":"<p>Retrieve and manage natural language</p>\n","_postman_id":"eae19335-a8c9-496e-b2ca-a44b109da901","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"lifecycles","item":[{"name":"/v1/nodes/lifecycle","id":"48f082f6-1ca5-43ec-b8b2-84ab568b3dd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle","description":"<p>Apply Lifecycle status on a node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","lifecycle"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"e8c42650-bc09-4be2-b34b-4851c132501f","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:email\": [\n\t\t\t\"Zwj3UG@q.bB1.N697iRPLsnQ.Qcx4hDW_.d4.c.ho6R.eY0cDwYQWB.Tr\",\n\t\t\t\".9c@srLK3w1oZNv.BbisGm-p6lo.q9_YKgwm3.VyRxPKxn.NfITE5maGT.p1TpTg.G0\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:status\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:action\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:history\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modifier\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7d8c3153-8c59-4e75-9100-91e36eb579fe","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"74706392-b77b-4bd1-a972-b35229709dd6","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cc22a27e-bc66-4909-ac2e-58d54e00114f","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"48f082f6-1ca5-43ec-b8b2-84ab568b3dd8"},{"name":"/v1/nodes/lifecycle","id":"25f75682-cce9-4f8e-b0f8-4f11b9503f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle","description":"<p>Get Lifecycle on a node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","lifecycle"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"4a801260-93f4-42b1-a9ca-0b80ea3c5859","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"lcs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:action\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modifier\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:history\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:status\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f515f0f8-c0e5-4c6b-b1b7-bdc36f7dc4ec","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b6e885a8-1559-4936-a774-90425777417a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b7a2eebc-1fbf-45db-9665-810315159e35","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"25f75682-cce9-4f8e-b0f8-4f11b9503f87"},{"name":"/v1/nodes/lifecycle","id":"fc9016f2-54fe-4b32-a405-fe76a677ec15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t},\n\t\"to\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle","description":"<p>Update Lifecycle status on a node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","lifecycle"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"9cd01c43-f62b-4380-91b9-3794cfc0682c","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t},\n\t\"to\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:email\": [\n\t\t\t\"Zwj3UG@q.bB1.N697iRPLsnQ.Qcx4hDW_.d4.c.ho6R.eY0cDwYQWB.Tr\",\n\t\t\t\".9c@srLK3w1oZNv.BbisGm-p6lo.q9_YKgwm3.VyRxPKxn.NfITE5maGT.p1TpTg.G0\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:status\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:action\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:history\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modifier\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"aa3698c5-1d50-441b-bcaf-c5acf3d4aa79","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t},\n\t\"to\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6be75ab4-88b3-462d-8f41-5e95070fe76e","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t},\n\t\"to\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6b04a7fb-7664-4f6b-ba3e-5ad9e6a47d46","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t},\n\t\"to\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"fc9016f2-54fe-4b32-a405-fe76a677ec15"},{"name":"/v1/nodes/lifecycle","id":"fc762584-8ecf-4aca-a90a-952a3b349a85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle","description":"<p>Remove Lifecycle status on a node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","lifecycle"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"4a357d10-a815-4ef6-942d-b8993b7f34d3","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:email\": [\n\t\t\t\"Zwj3UG@q.bB1.N697iRPLsnQ.Qcx4hDW_.d4.c.ho6R.eY0cDwYQWB.Tr\",\n\t\t\t\".9c@srLK3w1oZNv.BbisGm-p6lo.q9_YKgwm3.VyRxPKxn.NfITE5maGT.p1TpTg.G0\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:status\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:action\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:history\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lcs:modifier\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"791b9f20-6a4c-41f4-846d-57b2ad10ece9","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"861d4ea8-fe1e-46ed-93b8-89c00fd5bfbf","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b1567ff6-1c40-4a5e-b396-d0b93b052cd4","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"comment\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"params\": {\n\t\t\"nodeType\": \"<string>\",\n\t\t\"staticFields\": {\n\t\t\t\"notifyMessage\": \"<string>\",\n\t\t\t\"notifyTeams\": \"<string>\"\n\t\t}\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"fc762584-8ecf-4aca-a90a-952a3b349a85"},{"name":"/v1/nodes/lifecycle/definitions","id":"6cb16d10-ac26-4c4e-aa73-dd199f54d143","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/definitions?simple=false&name=","description":"<p>List all Lifecycle definitions, or a specified definition</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","lifecycle","definitions"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>Simplified lifecycle definitions</p>\n","type":"text/plain"},"key":"simple","value":"false"},{"description":{"content":"<p>Lifecycle name</p>\n","type":"text/plain"},"key":"name","value":""}],"variable":[]}},"response":[{"id":"86405ba1-8718-497a-b20f-c8fdc1243919","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/definitions?simple=false&name=","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","lifecycle","definitions"],"query":[{"description":"Simplified lifecycle definitions","key":"simple","value":"false"},{"description":"Lifecycle name","key":"name","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"description\": \"<string>\",\n\t\t\t\"staticFields\": [\n\t\t\t\t{\n\t\t\t\t\t\"groupLabel\": \"<string>\",\n\t\t\t\t\t\"expand\": \"<boolean>\",\n\t\t\t\t\t\"fields\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"groupLabel\": \"<string>\",\n\t\t\t\t\t\"expand\": \"<boolean>\",\n\t\t\t\t\t\"fields\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"description\": \"<string>\",\n\t\t\t\"staticFields\": [\n\t\t\t\t{\n\t\t\t\t\t\"groupLabel\": \"<string>\",\n\t\t\t\t\t\"expand\": \"<boolean>\",\n\t\t\t\t\t\"fields\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"groupLabel\": \"<string>\",\n\t\t\t\t\t\"expand\": \"<boolean>\",\n\t\t\t\t\t\"fields\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7c137dfe-a9a8-4d88-9e68-acd0c5e35f4d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/definitions?simple=false&name=","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","lifecycle","definitions"],"query":[{"description":"Simplified lifecycle definitions","key":"simple","value":"false"},{"description":"Lifecycle name","key":"name","value":""}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"181527c1-c1c8-41f0-9fb9-f3b3c0f1516b","name":"Not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/definitions?simple=false&name=","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","lifecycle","definitions"],"query":[{"description":"Simplified lifecycle definitions","key":"simple","value":"false"},{"description":"Lifecycle name","key":"name","value":""}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ab1a66be-6a22-42f6-a765-9f68ee7c3a3d","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/definitions?simple=false&name=","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","lifecycle","definitions"],"query":[{"description":"Simplified lifecycle definitions","key":"simple","value":"false"},{"description":"Lifecycle name","key":"name","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"6cb16d10-ac26-4c4e-aa73-dd199f54d143"},{"name":"/v1/nodes/lifecycle/statuses","id":"5340cda9-14ea-4245-82d1-5f3ea70026a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/statuses","description":"<p>List the next set of lifecycle statuses available of the supplied node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","lifecycle","statuses"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"8bb63dc8-eeda-494d-9921-7f93b322501d","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"current\": \"<string>\",\n\t\t\"isFinal\": \"<boolean>\",\n\t\t\"message\": \"<string>\",\n\t\t\"next\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"staticFields\": [\n\t\t\t{\n\t\t\t\t\"groupLabel\": \"<string>\",\n\t\t\t\t\"expand\": \"<boolean>\",\n\t\t\t\t\"fields\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"groupLabel\": \"<string>\",\n\t\t\t\t\"expand\": \"<boolean>\",\n\t\t\t\t\"fields\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8999b428-04ff-45c7-8e6f-a05c110afb65","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/statuses"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"16c4e149-c72d-45d3-94cf-c0ff339e98f8","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/statuses"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"95f4a4f5-f043-4ce7-a1f5-06dd8a655045","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/statuses"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"5340cda9-14ea-4245-82d1-5f3ea70026a0"},{"name":"/v1/nodes/lifecycle/history","id":"d5fccfad-c174-4f2c-93a4-964dc8134564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/history","description":"<p>List the lifecycle histories of the supplied node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","lifecycle","history"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"d265af4f-c7cc-48c2-9987-5f35d7f69884","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"actionName\": \"<string>\",\n\t\t\t\"lifecycleName\": \"<string>\",\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"modifier\": \"<string>\",\n\t\t\t\"statusAfter\": \"<string>\",\n\t\t\t\"statusBefore\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"actionName\": \"<string>\",\n\t\t\t\"lifecycleName\": \"<string>\",\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"modifier\": \"<string>\",\n\t\t\t\"statusAfter\": \"<string>\",\n\t\t\t\"statusBefore\": \"<string>\"\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c131fb2a-0a36-4bf5-beb1-9add69524775","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/history"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e00c2fdc-7c63-4151-b100-7a1ba73e12d9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/history"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"66e1ef0d-5103-4dbf-b7c7-e0b5c268b323","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/history"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"d5fccfad-c174-4f2c-93a4-964dc8134564"},{"name":"/v1/nodes/lifecycle/status","id":"1987c467-1822-4954-8ee9-195dba8d2a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/status?lifecycle=<string>&name=<string>","description":"<p>Retrieve current Lifecycle status and the status definition of the supplied node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","lifecycle","status"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>(Required) Lifecycle name</p>\n","type":"text/plain"},"key":"lifecycle","value":"<string>"},{"description":{"content":"<p>(Required) Lifecycle status</p>\n","type":"text/plain"},"key":"name","value":"<string>"}],"variable":[]}},"response":[{"id":"ba822b54-d94d-4e7f-93f1-f3dc6cc81959","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/status?lifecycle=<string>&name=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","lifecycle","status"],"query":[{"description":"(Required) Lifecycle name","key":"lifecycle","value":"<string>"},{"description":"(Required) Lifecycle status","key":"name","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"name\": \"<string>\",\n\t\t\"description\": \"<string>\",\n\t\t\"inputParameters\": [\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\"mandatory\": \"<boolean>\"\n\t\t\t}\n\t\t],\n\t\t\"nextStatuses\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b6c8f73d-ad0a-44eb-8e25-bd68025605ee","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/status?lifecycle=<string>&name=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","lifecycle","status"],"query":[{"description":"(Required) Lifecycle name","key":"lifecycle","value":"<string>"},{"description":"(Required) Lifecycle status","key":"name","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"85ebf8db-1f88-4a5f-a3dd-8c2a8686ce3d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/status?lifecycle=<string>&name=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","lifecycle","status"],"query":[{"description":"(Required) Lifecycle name","key":"lifecycle","value":"<string>"},{"description":"(Required) Lifecycle status","key":"name","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bd630a98-2a8e-4b4e-b374-d744bb7154a2","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/lifecycle/status?lifecycle=<string>&name=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","lifecycle","status"],"query":[{"description":"(Required) Lifecycle name","key":"lifecycle","value":"<string>"},{"description":"(Required) Lifecycle status","key":"name","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"1987c467-1822-4954-8ee9-195dba8d2a8a"}],"id":"a235378b-7860-4168-900c-d9ff530986ed","description":"<p>Retrieve and manage lifecycle</p>\n","_postman_id":"a235378b-7860-4168-900c-d9ff530986ed","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"acl","item":[{"name":"/v1/nodes/acl","id":"a6e13632-109b-4057-8734-63392a70d1f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"overwrite\": \"<boolean>\",\n\t\"permissions\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl","description":"<p>Create ACL rules on the node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","acl"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"beb3192c-a026-4cf7-b874-4756b65f8889","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"overwrite\": \"<boolean>\",\n\t\"permissions\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"webacId\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"36862116-c3fd-4d48-87e7-428aa07d995d","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"overwrite\": \"<boolean>\",\n\t\"permissions\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d0e58033-318e-4f79-8d5d-b92deb760124","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"overwrite\": \"<boolean>\",\n\t\"permissions\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cdec7c8a-cf68-438a-80c4-8569c092e8b0","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"overwrite\": \"<boolean>\",\n\t\"permissions\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7935ce6f-aa16-47b8-b2c9-2d4c7f9e9c9f","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"overwrite\": \"<boolean>\",\n\t\"permissions\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"a6e13632-109b-4057-8734-63392a70d1f8"},{"name":"/v1/nodes/acl","id":"3e4c0980-e653-48bb-88f9-2d9a6e2477f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl?includeDefault=<string>","description":"<p>Get the node's access control list</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","acl"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>An optional flag to include the default permissions (#read,</p>\n","type":"text/plain"},"key":"includeDefault","value":"<string>"}],"variable":[]}},"response":[{"id":"826d5fed-c349-4dad-98d2-9fb5b33d876b","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/acl?includeDefault=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","acl"],"query":[{"description":"An optional flag to include the default permissions (#read,","key":"includeDefault","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"acl:mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"acl:accessTo\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"acl:default\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"acl:agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"acl:agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"acl:mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"acl:accessTo\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"acl:default\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"acl:agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"acl:agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3dae7dc3-25c7-4e36-b487-695e9f1cbd93","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/acl?includeDefault=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","acl"],"query":[{"description":"An optional flag to include the default permissions (#read,","key":"includeDefault","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8b1ed028-bb4b-42ab-bfba-e453acff2a7c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/acl?includeDefault=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","acl"],"query":[{"description":"An optional flag to include the default permissions (#read,","key":"includeDefault","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e272fbfa-2d43-4dde-b425-150b11a1247f","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/acl?includeDefault=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","acl"],"query":[{"description":"An optional flag to include the default permissions (#read,","key":"includeDefault","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b7c72e56-8d04-4960-958f-652e39a41d11","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/nodes/acl?includeDefault=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","nodes","acl"],"query":[{"description":"An optional flag to include the default permissions (#read,","key":"includeDefault","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"3e4c0980-e653-48bb-88f9-2d9a6e2477f1"},{"name":"/v1/nodes/acl","id":"00306224-c650-496c-8c9f-6bab08fe142c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"permissionsToAdd\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"permissionsToRemove\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl","description":"<p>Update ACL rules on the node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","acl"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"cdef81c2-8c48-49ea-85d1-a5d28891accb","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"permissionsToAdd\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"permissionsToRemove\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"webacId\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"dae4f089-aab6-4b35-bfc3-3b646cbc0266","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"permissionsToAdd\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"permissionsToRemove\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"789b2c20-aa2b-48b2-8a12-d036e84c6f2e","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"permissionsToAdd\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"permissionsToRemove\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4100bd97-bcae-40eb-87b1-9c5851260945","name":"Not found","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"permissionsToAdd\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"permissionsToRemove\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9416cd41-e22a-4edf-8de2-9d8e837dadd6","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"permissionsToAdd\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"permissionsToRemove\": [\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"agent\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"agentGroup\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"inherit\": \"<boolean>\",\n\t\t\t\"mode\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subject\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"00306224-c650-496c-8c9f-6bab08fe142c"},{"name":"/v1/nodes/acl","id":"9d1c0db4-bf69-417f-b0d7-7322b95e00ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"subjects\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl","description":"<p>Remove ACL rules on the node</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","acl"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"e104d4db-3890-4a08-8c3a-e5fb60c60794","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"subjects\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"webacId\": \"<string>\",\n\t\t\"url\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c6ecca5a-43fe-4438-99a8-c7028849a12a","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"subjects\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"fd1d4cdb-d5b5-49d2-aaad-1c84043cb416","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"subjects\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9186c977-db95-453c-a44e-ddb3e486f007","name":"Not found","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"subjects\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"86401ca9-e6cf-4d5d-b02d-34a35a410cd3","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"subjects\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/acl"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"9d1c0db4-bf69-417f-b0d7-7322b95e00ae"}],"id":"578d71ca-471f-4fdc-9422-2913ac34fdc4","description":"<p>Retrieve and manage access control list (ACL)</p>\n","_postman_id":"578d71ca-471f-4fdc-9422-2913ac34fdc4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"rules","item":[{"name":"/v1/nodes/rules","id":"1417d5e1-594f-4e61-b203-4ee7e9aa7b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t],\n\t\"description\": \"<string>\",\n\t\"async\": false,\n\t\"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules","description":"<p>Creates a new rule on the Container. The rule properties are stored on the sub-url <b>#system</b></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","rules"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"13930f12-5306-4e86-a3b7-37de1e119ca6","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t],\n\t\"description\": \"<string>\",\n\t\"async\": false,\n\t\"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleName\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleInherited\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleScripts\": [\n\t\t\t{\n\t\t\t\t\"script\": \"<string>\",\n\t\t\t\t\"event\": \"<string>\",\n\t\t\t\t\"order\": \"<number>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"script\": \"<string>\",\n\t\t\t\t\"event\": \"<string>\",\n\t\t\t\t\"order\": \"<number>\"\n\t\t\t}\n\t\t],\n\t\t\"cs:ruleExecuteAsync\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleEnabled\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleDescription\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t}\n}"},{"id":"896fe456-a100-4cec-bd75-ee519db54d01","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t],\n\t\"description\": \"<string>\",\n\t\"async\": false,\n\t\"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d3eba872-8c30-4a99-8e00-98b15d849c90","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t],\n\t\"description\": \"<string>\",\n\t\"async\": false,\n\t\"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d85d6bc9-1048-44d0-840e-bb52c447a619","name":"Not found","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t],\n\t\"description\": \"<string>\",\n\t\"async\": false,\n\t\"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"22e14636-e1ee-4f22-ba8f-ec0b5b8af40a","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t],\n\t\"description\": \"<string>\",\n\t\"async\": false,\n\t\"enabled\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"1417d5e1-594f-4e61-b203-4ee7e9aa7b02"},{"name":"/v1/nodes/rules","id":"277dc5f1-274b-4d20-b199-16cf3fa2b04b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules","description":"<p>Gets rule metadata on a Node. The empty payLoad returned indicates the Node has no rule applied.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","rules"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"c618ecef-85b0-4a11-9031-6e1821ec8863","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleName\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleInherited\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleScripts\": [\n\t\t\t{\n\t\t\t\t\"script\": \"<string>\",\n\t\t\t\t\"event\": \"<string>\",\n\t\t\t\t\"order\": \"<number>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"script\": \"<string>\",\n\t\t\t\t\"event\": \"<string>\",\n\t\t\t\t\"order\": \"<number>\"\n\t\t\t}\n\t\t],\n\t\t\"cs:ruleExecuteAsync\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleEnabled\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleDescription\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t}\n}"},{"id":"85093b54-ec23-456c-9f4e-918819e20c0a","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1bdb043e-a198-4886-8b20-cf7007518638","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ba5fb079-a1e7-4fc4-a6e4-1b68e8fcb19b","name":"Not found","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bd3c12e5-92d3-4d3d-923e-cfa8f2efeb4f","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"277dc5f1-274b-4d20-b199-16cf3fa2b04b"},{"name":"/v1/nodes/rules","id":"1b92859a-9beb-4eb2-84f3-cd53013828b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules","description":"<p>Update the rule metadata on a Node.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","rules"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"6c8cd802-185f-4092-867a-bcad8f28e143","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleName\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleInherited\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleScripts\": [\n\t\t\t{\n\t\t\t\t\"script\": \"<string>\",\n\t\t\t\t\"event\": \"<string>\",\n\t\t\t\t\"order\": \"<number>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"script\": \"<string>\",\n\t\t\t\t\"event\": \"<string>\",\n\t\t\t\t\"order\": \"<number>\"\n\t\t\t}\n\t\t],\n\t\t\"cs:ruleExecuteAsync\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleEnabled\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:ruleDescription\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t}\n}"},{"id":"0ebb678e-ca73-434e-a7fb-bfbe049af637","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3a0c836c-e64c-4d61-8f80-cce1fe6c6b0f","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"17533fb5-0b66-4416-a796-5f76ecb092c5","name":"Not found","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e5238f76-135d-4b1a-9157-03713c8593c5","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"inherited\": \"<boolean>\",\n\t\"scripts\": [\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"script\": \"<string>\",\n\t\t\t\"event\": \"<string>\"\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"1b92859a-9beb-4eb2-84f3-cd53013828b6"},{"name":"/v1/nodes/rules","id":"3a613ab1-4bf0-491b-a2c9-df0ff26bd356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Id of a node</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules","description":"<p>Deletes rule metadata on a Node.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","nodes","rules"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"8a2906b6-a3ae-40cd-9d1e-cf12a3be165b","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"subResources\": {},\n\t\t\"extensions\": {},\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\\\"\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"f5f82c6e-bc75-460e-afbf-2c91452be3db","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d448ae05-a8ca-49a1-8928-6dbfe7b420d0","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"07e4e89d-9e55-49f9-b742-dc3d7e6c63b7","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Id of a node","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/nodes/rules"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"3a613ab1-4bf0-491b-a2c9-df0ff26bd356"}],"id":"f9135498-36f0-4e19-90f9-053e4c9a1665","description":"<p>Retrieve and manage rules</p>\n","_postman_id":"f9135498-36f0-4e19-90f9-053e4c9a1665","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"parties","item":[{"name":"/v1/parties/users","id":"9d56b292-5bdf-45ec-b5cd-b2182f277c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"userName\": \"<string>\",\n\t\"loginName\": \"<string>\",\n\t\"idp\": \"Microsoft/Azure AD\",\n\t\"userGroups\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"isAdmin\": false,\n\t\"s3AccessKey\": \"<string>\",\n\t\"s3SecretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users","description":"<p>Adds a new user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"db5e8561-6335-4bd6-b334-8b767adc138d","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"userName\": \"<string>\",\n\t\"loginName\": \"<string>\",\n\t\"idp\": \"Microsoft/Azure AD\",\n\t\"userGroups\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"isAdmin\": false,\n\t\"s3AccessKey\": \"<string>\",\n\t\"s3SecretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {}\n\t}\n}"},{"id":"a840ba7a-ab49-47cc-ab3c-3efe22551e66","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"userName\": \"<string>\",\n\t\"loginName\": \"<string>\",\n\t\"idp\": \"Microsoft/Azure AD\",\n\t\"userGroups\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"isAdmin\": false,\n\t\"s3AccessKey\": \"<string>\",\n\t\"s3SecretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f8863406-c399-4b38-866b-59e83457e363","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"userName\": \"<string>\",\n\t\"loginName\": \"<string>\",\n\t\"idp\": \"Microsoft/Azure AD\",\n\t\"userGroups\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"isAdmin\": false,\n\t\"s3AccessKey\": \"<string>\",\n\t\"s3SecretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"9d56b292-5bdf-45ec-b5cd-b2182f277c02"},{"name":"/v1/parties/users","id":"13a25d65-30d0-4cd7-84c5-0f75ef2b4c9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/users?queryDb=false&limit=<integer>&offset=<integer>","description":"<p>Lists users in the repository. To list users from <code>cs_user</code> table, set <code>@param queryDb</code> to <code>true</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.</p>\n","type":"text/plain"},"key":"queryDb","value":"false"},{"description":{"content":"<p>Number of items to return (the list size)</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Number of items to skip (where the list should start)</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"3386644e-7f0d-406d-b148-d9096a935ff8","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users?queryDb=false&limit=<integer>&offset=<integer>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {}\n\t\t}\n\t]\n}"},{"id":"3c45e87a-c669-46ea-abc7-a556e737d6c2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users?queryDb=false&limit=<integer>&offset=<integer>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a2e6da42-eb2f-4d44-be08-f740e8c53b47","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users?queryDb=false&limit=<integer>&offset=<integer>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"13a25d65-30d0-4cd7-84c5-0f75ef2b4c9e"},{"name":"/v1/parties/users","id":"89f25160-a6cb-483a-ba85-9d4712f302a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"usernames\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users","description":"<p>Deletes multiple users.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"80281661-3c8b-45bb-9f39-8f5e9b2cb7c0","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"usernames\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t}\n}"},{"id":"cd1646cf-079e-42b6-a609-01eb22a60872","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"usernames\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4173463e-0b1a-4b47-a9d2-519836b9177e","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"usernames\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"89f25160-a6cb-483a-ba85-9d4712f302a5"},{"name":"/v1/parties/users/:userName","id":"11bcc2a0-9ea0-4b63-8435-f7cb797067a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName?queryDb=false","description":"<p>Retrieves information of a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users",":userName"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.</p>\n","type":"text/plain"},"key":"queryDb","value":"false"}],"variable":[{"id":"c7cd1506-b459-4cda-a027-6f89eb76b85f","description":{"content":"<p>(Required) User short name for login.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"userName"}]}},"response":[{"id":"f404fc6f-a20c-4fd6-b053-d1f21fa96c87","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName?queryDb=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"}],"variable":[{"key":"userName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {}\n\t}\n}"},{"id":"5f0204ed-a2c7-4be7-a950-1b373b171ef2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName?queryDb=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"}],"variable":[{"key":"userName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4f1503a8-e848-4930-b5af-f192c5fd7be9","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName?queryDb=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"}],"variable":[{"key":"userName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"11bcc2a0-9ea0-4b63-8435-f7cb797067a1"},{"name":"/v1/parties/users/:userName","id":"7920feb6-4bd8-4687-8f4d-72ef7eb5658e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"loginName\": \"<string>\",\n\t\"idp\": \"Microsoft/Azure AD\",\n\t\"userGroups\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName","description":"<p>Updates user information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users",":userName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"dd8889ce-4667-41cb-942b-22f0b2574e1b","description":{"content":"<p>(Required) User short name for login.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"userName"}]}},"response":[{"id":"c13a4901-2169-4238-906c-26604a71203d","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"loginName\": \"<string>\",\n\t\"idp\": \"Microsoft/Azure AD\",\n\t\"userGroups\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName"],"variable":[{"key":"userName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {}\n\t}\n}"},{"id":"d8fd0878-9adb-45df-a481-9266cd1114e1","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"loginName\": \"<string>\",\n\t\"idp\": \"Microsoft/Azure AD\",\n\t\"userGroups\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName"],"variable":[{"key":"userName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ebc6f4d2-da8d-4e55-b297-07eb07b043b9","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"loginName\": \"<string>\",\n\t\"idp\": \"Microsoft/Azure AD\",\n\t\"userGroups\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName"],"variable":[{"key":"userName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"7920feb6-4bd8-4687-8f4d-72ef7eb5658e"},{"name":"/v1/parties/users/:userName","id":"66fe8142-9e83-4b59-a3fa-2d2bc47a958c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName","description":"<p>Deletes a user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users",":userName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"71912b3f-f9f4-483c-be01-d007ce950c35","description":{"content":"<p>(Required) User short name for login.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"userName"}]}},"response":[{"id":"124a0594-c286-4859-b45f-de94eb5836c9","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName"],"variable":[{"key":"userName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": \"<string>\"\n}"},{"id":"fa55bf33-7a23-4d1c-80bf-029dcb9b0576","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName"],"variable":[{"key":"userName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"426ee782-ba42-40b5-a05a-de2e3f84d286","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName"],"variable":[{"key":"userName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"66fe8142-9e83-4b59-a3fa-2d2bc47a958c"},{"name":"/v1/parties/users/:userName/groups","id":"f434a0ef-4a86-4880-ab78-99ecb884697d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/groups","description":"<p>Lists the groups that the supplied User has joined.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users",":userName","groups"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"5b423aae-540d-4190-b6f2-9f5cb59b1d6f","description":{"content":"<p>(Required) User short name for login.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"userName"}]}},"response":[{"id":"7871a6a7-bbd4-473c-9547-6d3425fa6dfa","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","groups"],"variable":[{"key":"userName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}"},{"id":"3eebbf5f-a67a-4345-a00b-1f4ce77740b6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","groups"],"variable":[{"key":"userName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0b442433-d044-431b-9b97-6ace5d8bc1eb","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","groups"],"variable":[{"key":"userName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f434a0ef-4a86-4880-ab78-99ecb884697d"},{"name":"/v1/parties/users/:userName/s3","id":"7a36cc81-5ded-4685-b4d8-32c8b99b99aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"accessKey\": \"<string>\",\n\t\"secretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","description":"<p>Adds user-input S3 Access Key ID and Secret Access Key for the specified user.\nIf credentials are not given, the system will auto-generates them.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users",":userName","s3"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"79503676-306e-4d9c-97e9-4d78c86b412d","description":{"content":"<p>(Required) User short name for login.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"userName"}]}},"response":[{"id":"695c6a71-b1b6-484e-920d-e04daa6c8b6b","name":"Successful response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"accessKey\": \"<string>\",\n\t\"secretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"accessKey\": \"<string>\",\n\t\t\"secretKey\": \"<string>\"\n\t}\n}"},{"id":"2e3b37eb-0fbe-456a-83fe-399d5044cf47","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"accessKey\": \"<string>\",\n\t\"secretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a901d1d7-7c3a-4b2b-8888-5d41760eebcf","name":"Unexpected error","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"accessKey\": \"<string>\",\n\t\"secretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"7a36cc81-5ded-4685-b4d8-32c8b99b99aa"},{"name":"/v1/parties/users/:userName/s3","id":"9808ec30-a7bc-4d92-b0c3-13255ef50725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","description":"<p>Retrieves S3 Access Key ID and Secret Access Key of the specified user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users",":userName","s3"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"afedda35-f373-45f3-af01-e45997a66765","description":{"content":"<p>(Required) User short name for login.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"userName"}]}},"response":[{"id":"74cb8eed-c004-463c-83d7-091dd77da06c","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"accessKey\": \"<string>\",\n\t\t\"secretKey\": \"<string>\"\n\t}\n}"},{"id":"c30ede87-68ad-4e03-a3c3-b91ca1cbdf4b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"92e3ccab-2e2a-406c-ac33-244a5bd579f2","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"9808ec30-a7bc-4d92-b0c3-13255ef50725"},{"name":"/v1/parties/users/:userName/s3","id":"4b0a7c18-8f72-4df5-9554-f88578089021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"accessKey\": \"<string>\",\n\t\"secretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","description":"<p>Updates S3 credentials of the specified user. If new credentials are not given, the system will auto-generates them.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users",":userName","s3"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"a8320550-c5d5-44a3-a138-7da3a80cb015","description":{"content":"<p>(Required) User short name for login.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"userName"}]}},"response":[{"id":"715d9ed0-3f10-4d65-b8fd-aebee344c160","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"accessKey\": \"<string>\",\n\t\"secretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"accessKey\": \"<string>\",\n\t\t\"secretKey\": \"<string>\"\n\t}\n}"},{"id":"fef6d60a-797b-48fd-99e4-7a994897fe58","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"accessKey\": \"<string>\",\n\t\"secretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a8181976-6d56-4023-985c-d983d8669cf4","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"accessKey\": \"<string>\",\n\t\"secretKey\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"4b0a7c18-8f72-4df5-9554-f88578089021"},{"name":"/v1/parties/users/:userName/s3","id":"4d1a60aa-f4ac-4c3d-9572-2c263646fd89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","description":"<p>Removes S3 Access Key ID and Secret Access Key from the specified user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users",":userName","s3"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"73196ebd-b945-425f-b0d5-1489b4e94e9b","description":{"content":"<p>(Required) User short name for login.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"userName"}]}},"response":[{"id":"24ecc822-e127-4711-9619-f0b6eaeebb4c","name":"Successful response without content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"db0038a0-f410-40c8-8022-79160db5b523","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"662c22e2-e6c8-44d4-a236-48ba458d8570","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/users/:userName/s3","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","users",":userName","s3"],"variable":[{"key":"userName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"4d1a60aa-f4ac-4c3d-9572-2c263646fd89"},{"name":"/v1/parties/users/filters","id":"b6a59bf2-a81e-44b4-9d3d-0f87ad1ad0d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"limit\": \"<integer>\",\n\t\"offset\": \"<integer>\",\n\t\"fields\": [\n\t\t{\n\t\t\t\"column\": \"user_name\",\n\t\t\t\"displayLabel\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"column\": \"id\",\n\t\t\t\"displayLabel\": \"<string>\"\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users/filters","description":"<p>Get all the users, and filter the list by comparing the username with the given keyword.\nThe user list returned is default to have properties \"label\" and \"value\". Use the \"fields\" parameter to define properties to return.\nThe list is retrieved from the root location <code>/cs:parties/cs:users</code>. To query from <code>cs_user</code> table,\npass in an empty array of \"fields\" parameter.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","users","filters"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"7d005dfe-91c7-4b48-b254-1ffd57f1230d","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"limit\": \"<integer>\",\n\t\"offset\": \"<integer>\",\n\t\"fields\": [\n\t\t{\n\t\t\t\"column\": \"user_name\",\n\t\t\t\"displayLabel\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"column\": \"id\",\n\t\t\t\"displayLabel\": \"<string>\"\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users/filters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"totalItems\": \"<integer>\",\n\t\t\"hasMoreItems\": \"<boolean>\",\n\t\t\"paging\": {\n\t\t\t\"limit\": \"<integer>\",\n\t\t\t\"offset\": \"<integer>\"\n\t\t},\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"4d336c53-49a5-4aca-9608-ac0418443294","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"limit\": \"<integer>\",\n\t\"offset\": \"<integer>\",\n\t\"fields\": [\n\t\t{\n\t\t\t\"column\": \"user_name\",\n\t\t\t\"displayLabel\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"column\": \"id\",\n\t\t\t\"displayLabel\": \"<string>\"\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users/filters"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"95543cc7-6080-41be-b351-60e49749cd4f","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"limit\": \"<integer>\",\n\t\"offset\": \"<integer>\",\n\t\"fields\": [\n\t\t{\n\t\t\t\"column\": \"user_name\",\n\t\t\t\"displayLabel\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"column\": \"id\",\n\t\t\t\"displayLabel\": \"<string>\"\n\t\t}\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/users/filters"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b6a59bf2-a81e-44b4-9d3d-0f87ad1ad0d4"},{"name":"/v1/parties/groups","id":"f321bbd3-dd3d-48b6-80dc-1a70105d2c79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Group Node Id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups","description":"<p>Retrieves information of the specified group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","groups"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"4daa8aff-c4cf-4638-8390-8ac5031a3601","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"vcard:hasMember\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {}\n\t}\n}"},{"id":"80c27281-1f1e-4b8d-ae4d-0da1aea2fd69","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7e9d8bba-adbe-40d5-bdc3-ec7fabe4e155","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f712d2a2-9561-442d-a674-66d5be9ebac4","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f321bbd3-dd3d-48b6-80dc-1a70105d2c79"},{"name":"/v1/parties/groups","id":"b464c345-34a7-4c6a-83b7-3f891286601e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>The Group Node Id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"members\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups","description":"<p>Updates information/properties of the specified group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","groups"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"ba2fcd9c-ec9c-44dd-b550-1d6c63e630cb","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"members\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"vcard:hasMember\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {}\n\t}\n}"},{"id":"cbd392dc-ff07-4517-a13a-fa492f63cbf7","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"members\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"67f71c3f-5121-41f6-bc40-b9db6fcaa564","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"members\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"60975ade-4ca5-4359-b2f4-e0227014ae7c","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"members\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b464c345-34a7-4c6a-83b7-3f891286601e"},{"name":"/v1/parties/groups","id":"b463cec1-4a9b-4c21-a548-701209e6bd24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>The Group Node Id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups","description":"<p>Deletes the specified group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","groups"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"3eb26f68-30a9-4201-994e-bd1e36dba1d3","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": \"<string>\"\n}"},{"id":"d637e1b4-f67d-4ba7-a406-a02488467e4d","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2ca53ba2-b66e-47a2-b200-3d0604c73301","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"184edc21-824b-40d2-b703-0180e7744039","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b463cec1-4a9b-4c21-a548-701209e6bd24"},{"name":"/v1/parties/groups/children","id":"4e797af1-dd3f-4d12-a706-0425b447b6d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the root location, i.e: <code>/cs:parties/cs:groups</code>.\nIf this is a GET request, then this will be the parent location.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/children","description":"<p>Creates a group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","groups","children"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"010b7fb5-a91a-47a6-8c63-b39cd027694c","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the root location, i.e: <code>/cs:parties/cs:groups</code>.\nIf this is a GET request, then this will be the parent location.\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/children"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"vcard:hasMember\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {}\n\t}\n}"},{"id":"65dc76e8-ed8c-49dd-a1f9-1872f00dfcac","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the root location, i.e: <code>/cs:parties/cs:groups</code>.\nIf this is a GET request, then this will be the parent location.\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/children"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"41ca4a1a-64b8-4fab-8bd1-39e02202967f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the root location, i.e: <code>/cs:parties/cs:groups</code>.\nIf this is a GET request, then this will be the parent location.\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/children"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5afec706-77e3-4f8e-8782-5e62b291b6c1","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the root location, i.e: <code>/cs:parties/cs:groups</code>.\nIf this is a GET request, then this will be the parent location.\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/children"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"4e797af1-dd3f-4d12-a706-0425b447b6d7"},{"name":"/v1/parties/groups/children","id":"9f48efab-03e1-4758-8c3d-6112bcff6662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the root location, i.e: <code>/cs:parties/cs:groups</code>.\nIf this is a GET request, then this will be the parent location.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/children?queryDb=false","description":"<p>Lists all the children of the supplied group</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","groups","children"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.</p>\n","type":"text/plain"},"key":"queryDb","value":"false"}],"variable":[]}},"response":[{"id":"0dbca94f-e95c-45c1-a00a-f5da071efd84","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the root location, i.e: <code>/cs:parties/cs:groups</code>.\nIf this is a GET request, then this will be the parent location.\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/groups/children?queryDb=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","groups","children"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {}\n\t\t}\n\t]\n}"},{"id":"27436be2-59ae-4330-b914-b5394e445501","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the root location, i.e: <code>/cs:parties/cs:groups</code>.\nIf this is a GET request, then this will be the parent location.\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/groups/children?queryDb=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","groups","children"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"db237479-d66c-443e-94f0-51f42f7b3115","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the root location, i.e: <code>/cs:parties/cs:groups</code>.\nIf this is a GET request, then this will be the parent location.\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/groups/children?queryDb=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","groups","children"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d0755d33-af42-48c9-be79-a2a8e289d2f5","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the root location, i.e: <code>/cs:parties/cs:groups</code>.\nIf this is a GET request, then this will be the parent location.\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/parties/groups/children?queryDb=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","parties","groups","children"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"9f48efab-03e1-4758-8c3d-6112bcff6662"},{"name":"/v1/parties/groups/children","id":"284aa114-f584-4c70-b85c-e9565252998d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>Node Id of the group to delete. Support multiple groups in CSV form.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/children","description":"<p>Deletes a group. To delete multiple groups, set multiple group Ids on \"X-Node-Id\" header in CSV form.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","groups","children"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"8fae1960-9755-408f-9626-e2eacb5cb257","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"Node Id of the group to delete. Support multiple groups in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/children"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}"},{"id":"05b2040d-a431-4c70-b39b-85b51dff27fe","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"Node Id of the group to delete. Support multiple groups in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/children"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"424c992f-9c05-4c89-a5f1-321240863688","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Node Id of the group to delete. Support multiple groups in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/children"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1580cc7e-72ea-4bde-b920-9c7f1576a0d5","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"Node Id of the group to delete. Support multiple groups in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/children"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"284aa114-f584-4c70-b85c-e9565252998d"},{"name":"/v1/parties/groups/members","id":"3eba3d89-63cc-4fc1-b2da-35ea31c9daae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>The Group Node Id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"membersToAdd\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"membersToRemove\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/members","description":"<p>Updates a group's members.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","groups","members"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"7951f9dd-8c47-4bbc-9c81-e618a3d68de7","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"membersToAdd\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"membersToRemove\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"vcard:hasMember\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {}\n\t}\n}"},{"id":"5993575e-0ac5-4ff6-891c-742203857a8f","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"membersToAdd\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"membersToRemove\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/members"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3dfa8faa-e063-4b9f-8118-b268be27f302","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"membersToAdd\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"membersToRemove\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/members"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4a8f0629-876c-4dad-859f-70a246a3a996","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"membersToAdd\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"membersToRemove\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/members"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"3eba3d89-63cc-4fc1-b2da-35ea31c9daae"},{"name":"/v1/parties/groups/members","id":"418bc4a3-27a9-4b6d-9872-4f89103536d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Group Node Id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/members","description":"<p>List members in the supplied group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","groups","members"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"ae4eab97-e803-4ccf-92d9-b5b4aa3d0846","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}"},{"id":"de985a63-913f-4b7a-8463-bf88f7755d82","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/members"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"88a9cea1-2ccb-476b-b2e8-48b18690cb01","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/members"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"02a96b08-fe2c-4bfb-a260-636c8686f0fc","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/members"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"418bc4a3-27a9-4b6d-9872-4f89103536d7"},{"name":"/v1/parties/groups/filters","id":"42676508-353f-48cf-8a3c-24c88583adb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"limit\": \"<integer>\",\n\t\"offset\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/filters","description":"<p>Get all the groups from the root location <code>/cs:parties/cs:groups</code>, and filter the list by comparing the group name with the given keyword.\nThe group list returned consist properties \"label\" and \"value\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","parties","groups","filters"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"872702fa-876e-459d-ad3d-f7b4016c9db8","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"limit\": \"<integer>\",\n\t\"offset\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/filters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"totalItems\": \"<integer>\",\n\t\t\"hasMoreItems\": \"<boolean>\",\n\t\t\"paging\": {\n\t\t\t\"limit\": \"<integer>\",\n\t\t\t\"offset\": \"<integer>\"\n\t\t},\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"label\": \"<string>\",\n\t\t\t\t\"value\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"e0279772-49d3-4cb3-a1d7-d01d84685df7","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"limit\": \"<integer>\",\n\t\"offset\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/filters"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"87017aa3-3b41-42c5-af12-ac2e98e21763","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"limit\": \"<integer>\",\n\t\"offset\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/parties/groups/filters"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"42676508-353f-48cf-8a3c-24c88583adb7"}],"id":"c47a8e97-f538-4a75-8cff-12f0f2348766","description":"<p>Retrieve and manage parties (users and groups)</p>\n","_postman_id":"c47a8e97-f538-4a75-8cff-12f0f2348766","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"queries","item":[{"name":"/v1/queries/nodes","id":"66101e50-a15e-4766-b835-ed8869fed843","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"queryData\": {\n\t\t\"sites\": \"<string>\",\n\t\t\"nodeEntity\": \"<string>\",\n\t\t\"searchOptions\": \"<string>\"\n\t},\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\",\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes","description":"<p>Queries nodes from <code>cs_node</code> table that meet the specified criteria.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","queries","nodes"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"7503c8ac-9e36-4138-8b75-dd12aaff8122","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"queryData\": {\n\t\t\"sites\": \"<string>\",\n\t\t\"nodeEntity\": \"<string>\",\n\t\t\"searchOptions\": \"<string>\"\n\t},\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\",\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"paging\": {\n\t\t\t\"count\": \"<integer>\",\n\t\t\t\"totalItems\": \"<integer>\",\n\t\t\t\"hasMoreItems\": \"<boolean>\"\n\t\t},\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"createdby\": \"<string>\",\n\t\t\t\t\"created\": \"<string>\",\n\t\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\t\"modified\": \"<string>\",\n\t\t\t\t\"hidden\": \"<boolean>\",\n\t\t\t\t\"mimetype\": \"<string>\",\n\t\t\t\t\"display_path\": \"<string>\",\n\t\t\t\t\"root_properties\": {},\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"createdby\": \"<string>\",\n\t\t\t\t\"created\": \"<string>\",\n\t\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\t\"modified\": \"<string>\",\n\t\t\t\t\"hidden\": \"<boolean>\",\n\t\t\t\t\"mimetype\": \"<string>\",\n\t\t\t\t\"display_path\": \"<string>\",\n\t\t\t\t\"root_properties\": {},\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"bc7df79f-4278-442e-a183-f3a12856bf94","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"queryData\": {\n\t\t\"sites\": \"<string>\",\n\t\t\"nodeEntity\": \"<string>\",\n\t\t\"searchOptions\": \"<string>\"\n\t},\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\",\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bd5e653e-2708-409c-9032-026331e9cf82","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"keyword\": \"<string>\",\n\t\"queryData\": {\n\t\t\"sites\": \"<string>\",\n\t\t\"nodeEntity\": \"<string>\",\n\t\t\"searchOptions\": \"<string>\"\n\t},\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\",\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"66101e50-a15e-4766-b835-ed8869fed843"},{"name":"/v1/queries/nodes/semantics","id":"5e002e03-b77e-4374-a2cb-056d98de6973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"sites\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes/semantics","description":"<p>Performs cosine distance comparison between a search term / paragraph and a list of nodes.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","queries","nodes","semantics"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"cc6d21fe-2d46-451f-8899-5dc156e951ea","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"sites\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes/semantics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"paging\": {\n\t\t\t\"count\": \"<integer>\",\n\t\t\t\"totalItems\": \"<integer>\",\n\t\t\t\"hasMoreItems\": \"<boolean>\"\n\t\t},\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"createdby\": \"<string>\",\n\t\t\t\t\"created\": \"<string>\",\n\t\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\t\"modified\": \"<string>\",\n\t\t\t\t\"hidden\": \"<boolean>\",\n\t\t\t\t\"mimetype\": \"<string>\",\n\t\t\t\t\"display_path\": \"<string>\",\n\t\t\t\t\"root_properties\": {},\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"createdby\": \"<string>\",\n\t\t\t\t\"created\": \"<string>\",\n\t\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\t\"modified\": \"<string>\",\n\t\t\t\t\"hidden\": \"<boolean>\",\n\t\t\t\t\"mimetype\": \"<string>\",\n\t\t\t\t\"display_path\": \"<string>\",\n\t\t\t\t\"root_properties\": {},\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"391b58ac-6b12-448d-bdf9-c2dad7ba857b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"sites\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes/semantics"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"da42f232-0960-43bf-85e7-2a1a5b82b7ec","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"sites\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes/semantics"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"5e002e03-b77e-4374-a2cb-056d98de6973"},{"name":"/v1/queries/nodes/filters/count","id":"0f2f38f5-e211-42ee-a8a3-ee4a6717046c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"filters\": [\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"query\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"query\": \"<string>\"\n\t\t}\n\t],\n\t\"template\": \"<string>\",\n\t\"term\": \"<string>\",\n\t\"sites\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"nodeEntity\": \"<string>\",\n\t\"orderBy\": \"<string>\",\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes/filters/count","description":"<p>Count the total records based on filters given.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","queries","nodes","filters","count"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"cb6a0725-a3a4-4aed-9484-5db3db37a7a2","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"filters\": [\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"query\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"query\": \"<string>\"\n\t\t}\n\t],\n\t\"template\": \"<string>\",\n\t\"term\": \"<string>\",\n\t\"sites\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"nodeEntity\": \"<string>\",\n\t\"orderBy\": \"<string>\",\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes/filters/count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {}\n}"},{"id":"4695162c-1e73-46dc-adfa-7ade104aec6c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"filters\": [\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"query\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"query\": \"<string>\"\n\t\t}\n\t],\n\t\"template\": \"<string>\",\n\t\"term\": \"<string>\",\n\t\"sites\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"nodeEntity\": \"<string>\",\n\t\"orderBy\": \"<string>\",\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes/filters/count"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1711075f-e87c-4936-ba80-652e938a03ad","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"filters\": [\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"query\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"query\": \"<string>\"\n\t\t}\n\t],\n\t\"template\": \"<string>\",\n\t\"term\": \"<string>\",\n\t\"sites\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"nodeEntity\": \"<string>\",\n\t\"orderBy\": \"<string>\",\n\t\"includeHidden\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/nodes/filters/count"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"0f2f38f5-e211-42ee-a8a3-ee4a6717046c"},{"name":"/v1/queries/users","id":"85958da8-f2e7-4f1e-a433-254cf539a974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/users","description":"<p>Queries users from <code>cs_user</code> table with the specified criteria.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","queries","users"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"6ee7dc43-4909-4407-8587-4858c3b14e79","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"paging\": {\n\t\t\t\"count\": \"<integer>\",\n\t\t\t\"totalItems\": \"<integer>\",\n\t\t\t\"hasMoreItems\": \"<boolean>\"\n\t\t},\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"user_name\": \"<string>\",\n\t\t\t\t\"login_name\": \"<string>\",\n\t\t\t\t\"group_names\": \"<string>\",\n\t\t\t\t\"role_name\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"user_name\": \"<string>\",\n\t\t\t\t\"login_name\": \"<string>\",\n\t\t\t\t\"group_names\": \"<string>\",\n\t\t\t\t\"role_name\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"6f25b86b-d3f5-4716-8cac-c83fdf6305d3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/users"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1b3c0522-41a6-409d-bb77-7bf11c5f1dd7","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"85958da8-f2e7-4f1e-a433-254cf539a974"},{"name":"/v1/queries/user-groups","id":"4950d7ec-6a57-45f1-8b2f-ee400e6ffbaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/user-groups","description":"<p>Queries user's groups from <code>cs_group</code> table with the specified criteria.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","queries","user-groups"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"13e8d444-d4b6-4f5e-ae34-6e25a932191e","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/user-groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"paging\": {\n\t\t\t\"count\": \"<integer>\",\n\t\t\t\"totalItems\": \"<integer>\",\n\t\t\t\"hasMoreItems\": \"<boolean>\"\n\t\t},\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"user_id\": \"<string>\",\n\t\t\t\t\"user_uri\": \"<string>\",\n\t\t\t\t\"user_login_name\": \"<string>\",\n\t\t\t\t\"user_name\": \"<string>\",\n\t\t\t\t\"role_name\": \"<string>\",\n\t\t\t\t\"group_id\": \"<string>\",\n\t\t\t\t\"group_uri\": \"<string>\",\n\t\t\t\t\"group_name\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"user_id\": \"<string>\",\n\t\t\t\t\"user_uri\": \"<string>\",\n\t\t\t\t\"user_login_name\": \"<string>\",\n\t\t\t\t\"user_name\": \"<string>\",\n\t\t\t\t\"role_name\": \"<string>\",\n\t\t\t\t\"group_id\": \"<string>\",\n\t\t\t\t\"group_uri\": \"<string>\",\n\t\t\t\t\"group_name\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"7d5dba44-476d-427f-8af5-d00cb96e28a0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/user-groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"69591e74-9829-499f-8b9e-95f1429540ea","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/user-groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"4950d7ec-6a57-45f1-8b2f-ee400e6ffbaa"},{"name":"/v1/queries/sites","id":"ee2247ff-7bc6-42cb-b17d-adb83646ced1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites","description":"<p>Queries sites from <code>cs_site</code> table with the specified criteria.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","queries","sites"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"78299d4f-afbc-4dd0-9983-20742a6bdd4e","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<integer>\",\n\t\t\t\t\"site_url_name\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<integer>\",\n\t\t\t\t\"site_url_name\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"paging\": {\n\t\t\t\"count\": \"<integer>\",\n\t\t\t\"totalItems\": \"<integer>\",\n\t\t\t\"hasMoreItems\": \"<boolean>\"\n\t\t}\n\t}\n}"},{"id":"46ed5134-c986-40f4-9e49-179fd7e841c9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c93e1a57-974e-4bb5-b4dd-26a21dd6364a","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"ee2247ff-7bc6-42cb-b17d-adb83646ced1"},{"name":"/v1/queries/sites/groups","id":"649f8bf8-d3b0-4ca5-9088-495bd8d26b85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites/groups","description":"<p>Queries a site's groups from <code>cs_group</code> table with the specified criteria.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","queries","sites","groups"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"fdcbb259-32a4-43c5-95f5-9b42f49a6588","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"group_name\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"group_name\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"paging\": {\n\t\t\t\"count\": \"<integer>\",\n\t\t\t\"totalItems\": \"<integer>\",\n\t\t\t\"hasMoreItems\": \"<boolean>\"\n\t\t}\n\t}\n}"},{"id":"618155e6-6a63-49df-b290-91dda68500a0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites/groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bed3b5aa-ec94-4fe8-b65b-3df3a5e21e90","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"649f8bf8-d3b0-4ca5-9088-495bd8d26b85"},{"name":"/v1/queries/sites/members","id":"00f692cd-3966-4d44-842a-67816a131112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites/members","description":"<p>Queries a site's members from <code>cs_user</code> table with the specified criteria.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","queries","sites","members"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"3abb4542-dd85-4051-9964-685f5af416b9","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"user_name\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"user_name\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"paging\": {\n\t\t\t\"count\": \"<integer>\",\n\t\t\t\"totalItems\": \"<integer>\",\n\t\t\t\"hasMoreItems\": \"<boolean>\"\n\t\t}\n\t}\n}"},{"id":"6c7dc937-992a-482f-8b37-61c6b90966f2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites/members"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f9215401-65ff-4642-9ac6-bff76d3739f2","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/sites/members"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"00f692cd-3966-4d44-842a-67816a131112"},{"name":"/v1/queries/groups","id":"d6c33491-e301-4815-8eee-152192b1da4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/groups","description":"<p>Queries groups from <code>cs_group</code> table with the specified criteria.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","queries","groups"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"c772d8a5-52c5-4460-8fe5-88f1c779fa69","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"paging\": {\n\t\t\t\"count\": \"<integer>\",\n\t\t\t\"totalItems\": \"<integer>\",\n\t\t\t\"hasMoreItems\": \"<boolean>\"\n\t\t},\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"group_name\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"uri\": \"<string>\",\n\t\t\t\t\"group_name\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"8c06f4a7-60a9-4e3a-9c69-2f0bb5ab489c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/groups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"96e6937c-9e90-402c-927f-549089f117f0","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"term\": \"<string>\",\n\t\"maxItems\": \"<integer>\",\n\t\"skipCount\": 0,\n\t\"orderBy\": \"<string>\",\n\t\"filterQuery\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/queries/groups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"d6c33491-e301-4815-8eee-152192b1da4c"}],"id":"e34100a6-f1ca-4036-b9ca-4666f1b656f5","description":"<p>Queries</p>\n","_postman_id":"e34100a6-f1ca-4036-b9ca-4666f1b656f5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"sites","item":[{"name":"/v1/sites","id":"4934c216-f79d-4c99-a81c-d8c3f264944b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"siteType\": \"empty-site\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/sites","description":"<p>Creates a site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"a729ff5d-6d9f-4243-914a-6acef75e5f7f","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"siteType\": \"empty-site\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/sites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"shortId\": \"consectetur in\",\n\t\t\t\"name\": 26979438.18628934,\n\t\t\t\"path\": 36784525.34097758,\n\t\t\t\"parent\": 13655905.600814402,\n\t\t\t\"displayPath\": \"et \",\n\t\t\t\"isHidden\": 62804899,\n\t\t\t\"entity\": 48862253.713570386,\n\t\t\t\"driveType\": -66325341.2307264\n\t\t},\n\t\t\"cs:hidden\": [\n\t\t\t\"<boolean>\",\n\t\t\t\"<boolean>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t}\n}"},{"id":"6a3ae7cc-b405-4a62-a6fa-c0ad264fe028","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"siteType\": \"empty-site\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/sites"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"80557b24-8fc0-47c7-9afc-60ec034b5025","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"siteType\": \"empty-site\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/sites"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"4934c216-f79d-4c99-a81c-d8c3f264944b"},{"name":"/v1/sites","id":"176207a0-fd44-4335-a741-d356eae67843","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites?queryDb=false&includeChildren=false","description":"<p>Lists all the sites.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.</p>\n","type":"text/plain"},"key":"queryDb","value":"false"},{"description":{"content":"<p>An optional flag to determine whether to include children (doc.library, smart folders etc.) in the response</p>\n","type":"text/plain"},"key":"includeChildren","value":"false"}],"variable":[]}},"response":[{"id":"be63e2dc-8f63-4705-8880-46d7887e1524","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites?queryDb=false&includeChildren=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"},{"description":"An optional flag to determine whether to include children (doc.library, smart folders etc.) in the response","key":"includeChildren","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:uuid\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"shortId\": -13914922,\n\t\t\t\t\"name\": \"nisi\",\n\t\t\t\t\"path\": \"aliquip Duis irure\",\n\t\t\t\t\"parent\": 50564338,\n\t\t\t\t\"displayPath\": true,\n\t\t\t\t\"isHidden\": \"mollit minim Lorem fugiat id\",\n\t\t\t\t\"entity\": false,\n\t\t\t\t\"driveType\": -16975660\n\t\t\t},\n\t\t\t\"cs:hidden\": [\n\t\t\t\t\"<boolean>\",\n\t\t\t\t\"<boolean>\"\n\t\t\t],\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:uuid\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"shortId\": -61456162.2209997,\n\t\t\t\t\"name\": -17384840.010424614,\n\t\t\t\t\"path\": 23840005,\n\t\t\t\t\"parent\": true,\n\t\t\t\t\"displayPath\": \"esse cillum\",\n\t\t\t\t\"isHidden\": -85159348,\n\t\t\t\t\"entity\": \"dolore elit\",\n\t\t\t\t\"driveType\": \"voluptate m\"\n\t\t\t},\n\t\t\t\"cs:hidden\": [\n\t\t\t\t\"<boolean>\",\n\t\t\t\t\"<boolean>\"\n\t\t\t],\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}"},{"id":"7c70cebc-1a86-49a3-a6d7-0245b2c17475","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites?queryDb=false&includeChildren=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"},{"description":"An optional flag to determine whether to include children (doc.library, smart folders etc.) in the response","key":"includeChildren","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a7e99f54-ba3f-47d5-bb5f-45eb10cac6d5","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites?queryDb=false&includeChildren=false","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites"],"query":[{"description":"An optional flag to determine if the user list should be queried from <code>cs_user</code> table.\nDefault to retrieve the users at repository location <code>/cs:parties/cs:users</code>.\n","key":"queryDb","value":"false"},{"description":"An optional flag to determine whether to include children (doc.library, smart folders etc.) in the response","key":"includeChildren","value":"false"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"176207a0-fd44-4335-a741-d356eae67843"},{"name":"/v1/sites/:siteName","id":"b813ebc9-d5d5-4067-ab2a-445edaabaef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","description":"<p>Retrieves information/properties of a site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"ca5cc626-a45b-4ceb-b92e-9638963ea01e","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"723b00f8-1491-4907-a580-a200578a3b55","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"shortId\": -66395859.34060981,\n\t\t\t\"name\": \"culpa velit minim\",\n\t\t\t\"path\": -46193241,\n\t\t\t\"parent\": -34307021.9001655,\n\t\t\t\"displayPath\": false,\n\t\t\t\"isHidden\": \"nisi id\",\n\t\t\t\"entity\": true,\n\t\t\t\"driveType\": 39041344\n\t\t},\n\t\t\"cs:hidden\": [\n\t\t\t\"<boolean>\",\n\t\t\t\"<boolean>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t}\n}"},{"id":"8ebfb893-0a36-444a-af04-85b5c867b398","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"221687d0-5e24-4ab1-a350-df79e2ae754e","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b813ebc9-d5d5-4067-ab2a-445edaabaef7"},{"name":"/v1/sites/:siteName","id":"d245de26-a3f5-4236-b6ed-c34053d70dd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"properties\": {\n\t\t\"name\": \"<string>\"\n\t},\n\t\"siteMembership\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","description":"<p>Updates information/properties of the specified site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"2248c631-6af6-4654-b580-f453e7e3e881","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"fdbfee9b-0d11-49da-8453-e2e9e250df0d","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"properties\": {\n\t\t\"name\": \"<string>\"\n\t},\n\t\"siteMembership\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"shortId\": 60808541.99849114,\n\t\t\t\"name\": 29517142.577624604,\n\t\t\t\"path\": 44626041,\n\t\t\t\"parent\": 15184151,\n\t\t\t\"displayPath\": true,\n\t\t\t\"isHidden\": -30647671,\n\t\t\t\"entity\": false,\n\t\t\t\"driveType\": false\n\t\t},\n\t\t\"cs:hidden\": [\n\t\t\t\"<boolean>\",\n\t\t\t\"<boolean>\"\n\t\t],\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t}\n}"},{"id":"063435ee-98b4-44e5-9de7-852be2d99679","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"properties\": {\n\t\t\"name\": \"<string>\"\n\t},\n\t\"siteMembership\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"79e9b3c3-8599-4117-8e5c-e8f5800b0da9","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"properties\": {\n\t\t\"name\": \"<string>\"\n\t},\n\t\"siteMembership\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"d245de26-a3f5-4236-b6ed-c34053d70dd8"},{"name":"/v1/sites/:siteName","id":"3f735d50-2f41-49ff-abae-f04f4d6e90fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","description":"<p>Deletes the specified site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"3de3a82b-47d2-42b5-8418-70bcdbfb331d","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"efd0cfb9-f049-441f-a19b-c7732776716a","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": \"<string>\"\n}"},{"id":"4e2b21fe-a16f-4e6d-8d5d-69ad713b8639","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2403ff38-4ce1-4dd4-a6cb-fbfba5d67152","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"3f735d50-2f41-49ff-abae-f04f4d6e90fb"},{"name":"/v1/sites/:siteName/jobs","id":"373b1bc4-cd5c-4f83-a126-d96ba5c138cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs","description":"<p>List all jobs created in the specified site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","jobs"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"08bbc47c-1d7d-4e2f-ab11-7443ae7fa728","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"cb1dcb82-8e1e-46b6-a345-23d6b6d4a8ee","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<integer>\",\n\t\t\t\"siteId\": \"<integer>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"jobType\": \"<string>\",\n\t\t\t\"details\": {},\n\t\t\t\"startTime\": \"<string>\",\n\t\t\t\"finishTime\": \"<string>\",\n\t\t\t\"created\": \"<string>\",\n\t\t\t\"createdby\": \"<string>\",\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\"status\": \"Paused\",\n\t\t\t\"progressDetails\": {\n\t\t\t\t\"details\": {},\n\t\t\t\t\"modified\": \"<string>\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<integer>\",\n\t\t\t\"siteId\": \"<integer>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"jobType\": \"<string>\",\n\t\t\t\"details\": {},\n\t\t\t\"startTime\": \"<string>\",\n\t\t\t\"finishTime\": \"<string>\",\n\t\t\t\"created\": \"<string>\",\n\t\t\t\"createdby\": \"<string>\",\n\t\t\t\"modified\": \"<string>\",\n\t\t\t\"modifiedby\": \"<string>\",\n\t\t\t\"status\": \"Finished\",\n\t\t\t\"progressDetails\": {\n\t\t\t\t\"details\": {},\n\t\t\t\t\"modified\": \"<string>\"\n\t\t\t}\n\t\t}\n\t]\n}"},{"id":"bced4c1a-8a73-495d-8b6f-5be9cc0f26e9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a9404855-33b3-482c-ab37-9987375b0931","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"373b1bc4-cd5c-4f83-a126-d96ba5c138cb"},{"name":"/v1/sites/:siteName/jobs","id":"1da7208f-dae5-4536-9852-863891a91145","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs","description":"<p>Deletes multiple jobs with status \"Finished\" in a site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","jobs"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"86d240ed-e6fa-4a9a-b751-d3016cb728f7","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"917db1e5-36ff-4289-bc24-8e8b9899663b","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6a6ea5a0-df2f-4aef-8bdc-4ddec132e3f0","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ee782e45-b64f-4daa-80da-f7d18bafa97f","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs"],"variable":[{"key":"siteName"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9776ea80-76f0-41cb-b4b5-ff0da11ab165","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"1da7208f-dae5-4536-9852-863891a91145"},{"name":"/v1/sites/:siteName/jobs/:jobId","id":"22f43e10-cb8d-4803-8f06-871129bc5a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","description":"<p>Pauses or stops a running job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","jobs",":jobId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"60069437-d3f1-4008-a19f-c9739473b81e","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"},{"id":"b11e433a-fa90-46a7-aa38-bc0dfbf53f00","description":{"content":"<p>(Required) Job Id</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"jobId"}]}},"response":[{"id":"7fe55334-125c-4e0b-a96e-3e4494a49139","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bb4a5f84-70a8-4d88-a3ae-32d097ee30b6","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bfcb53f3-2abb-40a7-9624-8686ad19759e","name":"Not found","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"91c86330-2c3c-4e8a-9432-56c1e3175b3e","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"22f43e10-cb8d-4803-8f06-871129bc5a53"},{"name":"/v1/sites/:siteName/jobs/:jobId","id":"db8d2800-1cba-4edb-9a6d-9e9f1f82cc0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","description":"<p>Resumes the activities/process of the job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","jobs",":jobId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"c04238ae-670a-493f-84cd-9ac7d813114d","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"},{"id":"4f6e9c25-a16d-48d5-bcc2-7779c5246e67","description":{"content":"<p>(Required) Job Id</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"jobId"}]}},"response":[{"id":"348d651a-5dd3-42e0-8e74-867023cd2d71","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\"\n}"},{"id":"93e3aa5b-127f-4698-91b5-96d3e7828885","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"84dfe758-ab11-44ac-9102-85a01edd4c85","name":"Not found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9e524152-3135-4253-b20f-f9da2e1e75c7","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"db8d2800-1cba-4edb-9a6d-9e9f1f82cc0a"},{"name":"/v1/sites/:siteName/jobs/:jobId","id":"7654b2ee-3fc0-4e16-a2e8-d6de5974e121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","description":"<p>Retrieves a job information from <code>cs_job</code> table.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","jobs",":jobId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"6b015eb1-729c-47f0-bec4-fbbe7d9a6160","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"},{"id":"6835d286-ef3a-4581-9654-7a417d26365d","description":{"content":"<p>(Required) Job Id</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"jobId"}]}},"response":[{"id":"e844d8b5-1e08-45dd-8187-f6c4e10283c9","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<integer>\",\n\t\t\"siteId\": \"<integer>\",\n\t\t\"name\": \"<string>\",\n\t\t\"jobType\": \"<string>\",\n\t\t\"details\": {},\n\t\t\"startTime\": \"<string>\",\n\t\t\"finishTime\": \"<string>\",\n\t\t\"created\": \"<string>\",\n\t\t\"createdby\": \"<string>\",\n\t\t\"modified\": \"<string>\",\n\t\t\"modifiedby\": \"<string>\",\n\t\t\"status\": \"Cancelled\",\n\t\t\"progressDetails\": {\n\t\t\t\"details\": {},\n\t\t\t\"modified\": \"<string>\"\n\t\t}\n\t}\n}"},{"id":"5c0a2747-07b4-4388-84de-23d3c0b07255","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1e00ec87-233a-48b5-9331-1d37336ed5b5","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"7654b2ee-3fc0-4e16-a2e8-d6de5974e121"},{"name":"/v1/sites/:siteName/jobs/:jobId","id":"f52ca6d6-d1d3-466d-ac52-f957904fb93e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","description":"<p>Deletes a job with the Id specified.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","jobs",":jobId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"35f3259b-69f6-486c-b2bc-584e7a3b4e4b","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"},{"id":"a7d2110b-f4b9-4206-8e11-0d583f02ea22","description":{"content":"<p>(Required) Job Id</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"jobId"}]}},"response":[{"id":"46e650a8-83cc-40e7-b3fe-7c30b7186280","name":"Successful response without content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"32956c0b-a147-472e-953e-75c64f7b5dea","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"aa58e4f3-70e8-4c96-9012-675aea234b71","name":"Not found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"baa7865c-c231-4392-b93f-f8c2fc3edfa4","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId"],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f52ca6d6-d1d3-466d-ac52-f957904fb93e"},{"name":"/v1/sites/:siteName/jobs/:jobId/items","id":"3609474e-d8f8-4ec0-97db-b8be12f326c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId/items?status=<string>","description":"<p>Lists job items with specified status in a job.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","jobs",":jobId","items"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>(Required) Job item status, comma separated list of status</p>\n","type":"text/plain"},"key":"status","value":"<string>"}],"variable":[{"id":"4c147208-2da4-4043-9314-bd19a27fc989","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"},{"id":"28d128cc-c06e-4f4e-97a5-9ddbf16491b3","description":{"content":"<p>(Required) Job Id</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"jobId"}]}},"response":[{"id":"9d35e109-df22-4cda-96f5-2035eb55f4a8","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId/items?status=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId","items"],"query":[{"description":"(Required) Job item status, comma separated list of status","key":"status","value":"<string>"}],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"details\": {},\n\t\t\t\"modified\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"details\": {},\n\t\t\t\"modified\": \"<string>\"\n\t\t}\n\t]\n}"},{"id":"423b0073-aeae-43f4-a658-7ab1f9d818e7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId/items?status=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId","items"],"query":[{"description":"(Required) Job item status, comma separated list of status","key":"status","value":"<string>"}],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"42ed9a52-ea18-469e-8c1b-29c9147a3457","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/jobs/:jobId/items?status=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","jobs",":jobId","items"],"query":[{"description":"(Required) Job item status, comma separated list of status","key":"status","value":"<string>"}],"variable":[{"key":"siteName"},{"key":"jobId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"3609474e-d8f8-4ec0-97db-b8be12f326c7"},{"name":"/v1/sites/:siteName/members","id":"2365c04c-5969-436d-a74b-6efb24565ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/members","description":"<p>Lists all the members of a site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","members"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"f675d1c1-228a-49c9-96c1-1b2ccc935eae","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"417ac9c4-df59-4a94-9311-dbd7124abed5","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/members","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","members"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {}\n}"},{"id":"34830dfa-027f-42b1-896a-d305f783a084","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/members","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","members"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9bd07ed3-95af-4fd0-9437-c23ec7584d3c","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/members","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","members"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"2365c04c-5969-436d-a74b-6efb24565ace"},{"name":"/v1/sites/:siteName/groups","id":"18868c41-e4b5-447b-9619-e19c05ad2e4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Group Node Id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"members\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","description":"<p>Add members to a site group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","groups"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"8164df39-05f9-4fd6-a1d0-c44a2f0d4323","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"0fbbb1bb-a15b-4bb6-9917-c4c7cef2b9fe","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"members\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"vcard:hasMember\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {}\n\t}\n}"},{"id":"68b8e1c2-aa8a-4a01-9116-66773b97001e","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"members\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"914eee4e-1000-494a-8b42-4c3dca73e3ca","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"members\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"69709588-3b19-45ab-9328-6b01c537d6d4","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"members\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"18868c41-e4b5-447b-9619-e19c05ad2e4f"},{"name":"/v1/sites/:siteName/groups","id":"742e591e-455e-4f7d-aa0a-77f2fc95bfca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Group Node Id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","description":"<p>Retrieves information/properties of a site group, including the group members.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","groups"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"9fc0badd-c19a-4a6c-a12c-288ae85ce64a","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"9950069e-223b-4fd9-9aa2-b209cbb5d60f","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"vcard:hasMember\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {}\n\t}\n}"},{"id":"12e81edf-aa6b-4141-974f-9eb7f4f431de","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b81d9765-3c63-4235-a9b3-5ddfcd3e3d5b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"825763e8-faab-439c-a19f-68ebae5848a5","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"742e591e-455e-4f7d-aa0a-77f2fc95bfca"},{"name":"/v1/sites/:siteName/groups","id":"2a5a58bc-36a9-4182-af2a-18634feb9592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>The Group Node Id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"membersToAdd\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"membersToRemove\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","description":"<p>Update members on a site group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","groups"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"452308c0-7c0f-4084-9f04-a49e14b6491b","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"2467aea8-e1b3-472a-8dbe-2945bf714170","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"membersToAdd\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"membersToRemove\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"vcard:hasMember\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {}\n\t}\n}"},{"id":"1efef82e-ef16-457d-85f2-1446061d9a04","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"membersToAdd\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"membersToRemove\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"33dc1e30-d60d-44a2-9591-625e00f6068d","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"membersToAdd\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"membersToRemove\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3c6f8529-fea7-464d-996d-3710dec90f2e","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"membersToAdd\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"membersToRemove\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"2a5a58bc-36a9-4182-af2a-18634feb9592"},{"name":"/v1/sites/:siteName/groups","id":"65eae4cb-0f1a-4db2-96e9-a2b66ed15288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>The Group Node Id</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","description":"<p>Deletes a site group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","groups"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"5e357ff2-514b-475e-aba3-52f3b97be7ab","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"45da5311-63c1-4cb9-9ebe-4183642d2eaf","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": \"<string>\"\n}"},{"id":"895714b0-0a86-421f-bfe6-3cc5aaf41fab","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"eb64b77d-cd5c-422a-9a92-7f1b068e896f","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"185c5522-c8d5-4c52-9e1b-2f8743396661","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"The Group Node Id","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"65eae4cb-0f1a-4db2-96e9-a2b66ed15288"},{"name":"/v1/sites/:siteName/groups/children","id":"97ffdb4f-5a32-4ca3-8c86-2a65f8d4f82e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the site group root location.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups/children","description":"<p>Creates a site group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","groups","children"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"9670db81-ce62-4781-90e9-a9a4103ce105","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"16aa65cc-0a2d-43af-81f6-4e1ecf7b29f2","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the site group root location.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups/children","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups","children"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:uuid\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"vcard:hasMember\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {}\n\t}\n}"},{"id":"7760f05d-df60-4dfa-84f2-63192e5b48fd","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the site group root location.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups/children","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups","children"],"variable":[{"key":"siteName"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3df8766a-0ac9-4884-ae5b-b91d2e0e6379","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the site group root location.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups/children","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups","children"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d845c622-4f99-4944-820d-160374653910","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Can be a group node id, so the new group will be created under it; or \"/\" to create the group at the site group root location.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups/children","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups","children"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"97ffdb4f-5a32-4ca3-8c86-2a65f8d4f82e"},{"name":"/v1/sites/:siteName/groups/children","id":"ef3062e0-5915-47c6-af40-5b815c6704b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Can be a group node id, or \"/\" to get all groups.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups/children","description":"<p>Lists all groups of the specified site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites",":siteName","groups","children"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"2cba0ecf-a1ed-47d6-8836-5ee7077a6772","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"661a49ae-5ecf-4730-a7cf-b360abf60045","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Can be a group node id, or \"/\" to get all groups.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups/children","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups","children"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:uuid\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"vcard:hasMember\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:uuid\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"vcard:hasMember\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {}\n\t\t}\n\t]\n}"},{"id":"5ae59d4a-df32-49d4-b81f-cabfad8e38e5","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Can be a group node id, or \"/\" to get all groups.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups/children","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups","children"],"variable":[{"key":"siteName"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cc955497-f914-4659-8805-7a6b09ab74ab","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Can be a group node id, or \"/\" to get all groups.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups/children","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups","children"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c65931a3-d5f4-4431-89d9-565e8bc5c90e","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Can be a group node id, or \"/\" to get all groups.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/sites/:siteName/groups/children","host":["https://cs-beta.contentapp.io/api"],"path":["v1","sites",":siteName","groups","children"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"ef3062e0-5915-47c6-af40-5b815c6704b9"},{"name":"/v1/sites/registry","id":"941b8ef8-2965-4182-a630-2ea3f89ab03b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/registry","description":"<p>Return the cached registries.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites","registry"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"e0d610b4-5321-44fd-b26f-8200ae3292e8","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/registry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"folder-types\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"properties\": {}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"properties\": {}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"c12c8779-1360-4e8f-9e5c-29391019cf54","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/registry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e933d19f-7ae2-4482-ad63-2ba89a22505b","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/registry"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"941b8ef8-2965-4182-a630-2ea3f89ab03b"},{"name":"/v1/sites/registry","id":"93f3857c-625b-49ce-b29c-4804f1f573e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/registry","description":"<p>Re-read the JSON content in the repository <b>/cs:configuration/cs:templates/cs:sites/site-templates.json</b>, and cache it on code level.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","sites","registry"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"86a8b513-9ae3-47be-8b76-6a34754c579f","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/registry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"reloaded\": \"<boolean>\",\n\t\t\"registry\": \"<string>\"\n\t}\n}"},{"id":"378937b8-adad-47ee-bf04-afb4f520ffd8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/registry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"be5f2ecf-2373-45fd-84dc-9036cbfe6922","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/sites/registry"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"93f3857c-625b-49ce-b29c-4804f1f573e6"}],"id":"2c7b2250-7bb5-4fe3-a658-8b0f2142f400","description":"<p>Retrieve and manage sites</p>\n","_postman_id":"2c7b2250-7bb5-4fe3-a658-8b0f2142f400","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"virtual folders","item":[{"name":"/v1/smart-folders/virtual-folders","id":"a193c615-c7c4-4796-ba67-07be127bb1b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Node id of a Virtual Folder Root Container</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"template\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders","description":"<p>Create a Virtual Folder (with entity <b>cs:VirtualFolder</b>) in the given container id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","smart-folders","virtual-folders"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"d892a92c-504e-4d4c-ad09-b1236c3f25a0","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Virtual Folder Root Container","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"template\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:editor\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:smartFolderTemplate\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t}\n\t}\n}"},{"id":"f0374e61-c9b6-43f2-90a6-4d4eeb35c9ea","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Virtual Folder Root Container","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"template\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"4321c155-ad96-47e1-b2ec-8dcd68bdf401","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Virtual Folder Root Container","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"template\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"a193c615-c7c4-4796-ba67-07be127bb1b0"},{"name":"/v1/smart-folders/virtual-folders","id":"ff74d32d-4b4d-427e-bad9-597c76f00093","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node id of a Virtual Folder</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders","description":"<p>Retrieve details of a Virtual Folder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","smart-folders","virtual-folders"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"8f62b129-5518-43df-b7d4-86e289641b8c","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Virtual Folder","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:editor\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:smartFolderTemplate\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t}\n\t}\n}"},{"id":"c0c0fef1-61cf-4d9e-ba8d-56d85b0e0b1f","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Virtual Folder","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7c319f73-27e0-480f-a25a-604590c37166","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Virtual Folder","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"42c61e61-da64-4e05-bb5a-e0237cd53636","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Virtual Folder","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"ff74d32d-4b4d-427e-bad9-597c76f00093"},{"name":"/v1/smart-folders/virtual-folders","id":"1f9d19b7-043d-4e7b-a0ce-50d9f801d7e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Node id of a Virtual Folder</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders","description":"<p>Update properties of a Virtual Folder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","smart-folders","virtual-folders"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"ab899bcd-8724-488e-8468-58cbf0a7e7ee","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Virtual Folder","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:editor\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:smartFolderTemplate\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"addd1855-c074-4b91-bc5b-067a3e23ae6c","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Virtual Folder","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e3e3161b-40e9-460e-be2b-81221324f5ee","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Virtual Folder","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7bb49a4f-1055-4617-aecb-4ca7a0b31733","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Virtual Folder","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"1f9d19b7-043d-4e7b-a0ce-50d9f801d7e9"},{"name":"/v1/smart-folders/virtual-folders","id":"bbd5bcc6-163b-406a-ac0c-5feccdb9d912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Node id of a Virtual Folder. Support multiple node ids in CSV form.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders","description":"<p>Delete Virtual Folder</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","smart-folders","virtual-folders"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"2430e51d-4539-4201-a695-5bb8cb504b11","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Virtual Folder. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"e4d89970-ce25-4dbc-ab4f-3298af2dcb27","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Virtual Folder. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7417f838-1520-4ac2-a62a-9b7b613ff00f","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Virtual Folder. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"78651b75-94ec-4b6d-8cdd-cdefc6ea64e7","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Virtual Folder. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"bbd5bcc6-163b-406a-ac0c-5feccdb9d912"},{"name":"/v1/smart-folders/virtual-folders/list","id":"f080ad7c-8272-4f63-9df0-c5346cbca157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node id of a Virtual Folder Root Container</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/list","description":"<p>List all the Virtual Folders of the given root id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","smart-folders","virtual-folders","list"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"249d5703-3a2d-441b-9221-4ef63c1d27e0","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Virtual Folder Root Container","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:editor\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:smartFolderTemplate\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t}\n\t}\n}"},{"id":"445a4124-c1a3-4bc2-8e63-37778268889a","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Virtual Folder Root Container","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2f61421b-fcf0-4026-837f-2d865615571a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Virtual Folder Root Container","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9a63f1ed-d8df-496b-831d-842907d95683","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Virtual Folder Root Container","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f080ad7c-8272-4f63-9df0-c5346cbca157"},{"name":"/v1/smart-folders/virtual-folders/templates/:siteName","id":"7cc266c2-098d-42b2-b7b8-361e020e8f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/templates/:siteName","description":"<p>List all Virtual Folder templates.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","smart-folders","virtual-folders","templates",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"799f584b-e20b-4fe1-aecd-5e4bcaa27f2b","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"7a55f8d1-03ed-435f-a4b0-7f4f945ba896","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/templates/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","smart-folders","virtual-folders","templates",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"editor\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"editor\": \"<string>\"\n\t\t}\n\t]\n}"},{"id":"4d014c17-d347-4757-a67c-f468098034cc","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/templates/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","smart-folders","virtual-folders","templates",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"05333682-b124-4d53-bb5d-6671e67f3b97","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/templates/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","smart-folders","virtual-folders","templates",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"7cc266c2-098d-42b2-b7b8-361e020e8f1f"},{"name":"/v1/smart-folders/virtual-folders/registry/:siteName","id":"bf2a3e10-0d47-48fb-b8d8-8214b839e9c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/registry/:siteName","description":"<p>Return the cached registry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","smart-folders","virtual-folders","registry",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"49cd05f4-2524-4116-898c-31c191ca8e74","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"b49c0561-7f7b-4521-87f8-6144f28374ee","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","smart-folders","virtual-folders","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"folder-types\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"editor\": \"<string>\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"properties\": {},\n\t\t\t\t\"node-config\": {}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"editor\": \"<string>\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"properties\": {},\n\t\t\t\t\"node-config\": {}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"08bce8ae-591a-4ab0-95c3-84aacc0813f9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","smart-folders","virtual-folders","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bb78d5f1-2ae3-4311-8e5d-ea57e5f1547f","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","smart-folders","virtual-folders","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"bf2a3e10-0d47-48fb-b8d8-8214b839e9c0"},{"name":"/v1/smart-folders/virtual-folders/registry/:siteName","id":"99703faa-b658-4303-9887-7d065397be9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/registry/:siteName","description":"<p>Re-read the JSON content in the repository, and cache it on code level.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","smart-folders","virtual-folders","registry",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"5ab355d9-d1dd-44cc-bc9c-9c31ccbc4456","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"b235f459-c994-4891-955e-5b3a6bb9fea4","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","smart-folders","virtual-folders","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"reloaded\": \"<boolean>\",\n\t\t\"registry\": \"<string>\"\n\t}\n}"},{"id":"e580a7a4-bbd1-4a81-ac90-22658cce4075","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","smart-folders","virtual-folders","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"50d1e1e9-8d4e-4bf3-93d3-90b5bac59d22","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/smart-folders/virtual-folders/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","smart-folders","virtual-folders","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"99703faa-b658-4303-9887-7d065397be9b"}],"id":"e61ea6d9-4c14-4558-8144-992a1941d06b","description":"<p>Retrieve and manage virtual folders</p>\n","_postman_id":"e61ea6d9-4c14-4558-8144-992a1941d06b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"triggers","item":[{"name":"/v1/triggers/registry","id":"6c12a77e-cc3a-42a1-9a2f-9598eb1c892b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry","description":"<p>Read the JSON content in the repository <b>/cs:configuration/cs:triggers/trigger-scripts.json</b></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","triggers","registry"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"af78fcb3-6f25-4323-8dd1-9ff4992e94b4","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"entities\": [\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"title\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"title\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"entity-scripts\": [\n\t\t\t{\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"event\": \"UPDATE\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"enabled\": \"<boolean>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"event\": \"CREATE\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"enabled\": \"<boolean>\"\n\t\t\t}\n\t\t],\n\t\t\"container-scripts\": [\n\t\t\t{\n\t\t\t\t\"event\": \"UPDATE\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"event\": \"CREATE\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t]\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"f31fdf87-9bd4-4dc0-9b2f-2c8444ad3c03","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0b21b4f2-3388-46eb-8e61-9694d8eaacb8","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"6c12a77e-cc3a-42a1-9a2f-9598eb1c892b"},{"name":"/v1/triggers/registry","id":"bee326f8-7aaa-4ddf-be5a-ef33df84df85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry","description":"<p>Re-read the JSON content in the repository <b>/cs:configuration/cs:triggers/trigger-scripts.json</b></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","triggers","registry"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"8ab89793-d34e-45f9-92e4-e8aa0eb2bc0b","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"reload\": \"<boolean>\"\n\t}\n}"},{"id":"7ce5ae54-ba9b-47e2-8426-ed27590a4162","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6f50d3f4-bcb1-47e2-affa-d644acd05be2","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"bee326f8-7aaa-4ddf-be5a-ef33df84df85"},{"name":"/v1/triggers/registry","id":"6f17f14b-5a66-4720-bf9a-8a514c4e5632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) JSON registry to upload</p>\n","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry","description":"<p>Upload JSON file to the repository <b>/cs:configuration/cs:triggers/trigger-scripts.json</b></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","triggers","registry"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"fbf5fa24-64af-4e1a-b24e-eeccf6a1a784","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) JSON registry to upload","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"entity-scripts\": [\n\t\t\t{\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"event\": \"UPDATE\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"enabled\": \"<boolean>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"event\": \"UPDATE\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"enabled\": \"<boolean>\"\n\t\t\t}\n\t\t],\n\t\t\"entities\": [\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"title\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"title\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"1b4ca276-8d5a-41ba-8dd1-7e1b88679123","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) JSON registry to upload","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c45e57d7-9dda-4002-9c52-3511c93a4c9b","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) JSON registry to upload","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/v1/triggers/registry"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"6f17f14b-5a66-4720-bf9a-8a514c4e5632"},{"name":"/v1/triggers/scripts/entities","id":"73701978-511d-4740-9cd8-226e7427bea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/scripts/entities","description":"<p>List all the Entity scripts configured in the repository <b>/cs:configuration/cs:triggers/trigger-scripts.json</b></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","triggers","scripts","entities"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"0f36e6a6-2809-412f-bad9-307df9fb93ab","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/scripts/entities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"event\": \"UPDATE\",\n\t\t\t\"scripts\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t},\n\t\t{\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"event\": \"BEFORE CREATE\",\n\t\t\t\"scripts\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"enabled\": \"<boolean>\"\n\t\t}\n\t]\n}"},{"id":"2f245510-a12b-4ece-ade0-e7ff058be66a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/scripts/entities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1ea6c538-002c-4d0b-af36-2e9f15be7db3","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/scripts/entities"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"73701978-511d-4740-9cd8-226e7427bea2"},{"name":"/v1/triggers/scripts/containers","id":"94d1a985-b3b0-4ae9-a0b8-f594dfc3ee8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/scripts/containers","description":"<p>List all the \"container-scripts\" configured in the repository <b>/cs:configuration/cs:triggers/trigger-scripts.json</b></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","triggers","scripts","containers"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"bd41746c-87f0-444c-9372-2ff9760fe513","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/scripts/containers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"title\": \"<string>\",\n\t\t\t\"script\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"title\": \"<string>\",\n\t\t\t\"script\": \"<string>\"\n\t\t}\n\t]\n}"},{"id":"fc67edd3-dedf-4f7f-b2a4-34f3094f6c58","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/scripts/containers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"17f49b1f-2914-4a25-9822-bf9c652a0328","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/scripts/containers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"94d1a985-b3b0-4ae9-a0b8-f594dfc3ee8a"},{"name":"/v1/triggers/entities","id":"95d52a76-0716-40aa-8ada-8a54169916a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/entities","description":"<p>List all the entities configured in the repository <b>/cs:configuration/cs:triggers/trigger-scripts.json</b></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","triggers","entities"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"c4d17427-fd7f-4ea5-abac-5714aeaec8f2","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/entities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"title\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"title\": \"<string>\"\n\t\t}\n\t]\n}"},{"id":"03454cca-4b25-497e-99a0-3e433fa10530","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/entities"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"13000f65-5fdb-4611-862b-839bd17f5354","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/triggers/entities"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"95d52a76-0716-40aa-8ada-8a54169916a2"}],"id":"abeae9e2-38c9-420d-9a5c-2e99b569983d","description":"<p>Retrieve and manage triggers</p>\n","_postman_id":"abeae9e2-38c9-420d-9a5c-2e99b569983d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"webhooks","item":[{"name":"/v1/webhooks","id":"3dea282e-6f9b-4c70-80e1-b35d2e5d287f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/webhooks?fields=<string>","description":"<p>List all the Webhook Providers (Teams, Slack, Asana)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","webhooks"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>Specified fields to return</p>\n","type":"text/plain"},"key":"fields","value":"<string>"}],"variable":[]}},"response":[{"id":"efc8eb2b-e176-41fc-ba72-ad86149aeee9","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks?fields=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks"],"query":[{"description":"Specified fields to return","key":"fields","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:integrationType\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:title\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:hidden\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:integrationType\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:title\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:hidden\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}"},{"id":"9ee7db08-9c1c-45b6-b144-498f7e0f5704","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks?fields=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks"],"query":[{"description":"Specified fields to return","key":"fields","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"527113f5-6ee0-487c-9236-e3fa5aa89ae2","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks?fields=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks"],"query":[{"description":"Specified fields to return","key":"fields","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"3dea282e-6f9b-4c70-80e1-b35d2e5d287f"},{"name":"/v1/webhooks/:providerName","id":"2286a8c9-47cf-428c-b180-1a142b566d8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName","description":"<p>List all Webhooks of the supplied Provider (both incoming and outgoing)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","webhooks",":providerName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"8c320e97-8f5f-43cc-ad74-dafec5f66e61","description":{"content":"<p>(Required) The third-parties that the webhook is created for. \nCurrent supported value is \"teams\", may support \"asana\" and \"slack\" in the future.</p>\n","type":"text/plain"},"type":"any","value":"teams","key":"providerName"}]}},"response":[{"id":"c15327cd-e326-41ca-85df-a72b20f1d0d8","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName"],"variable":[{"key":"providerName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"incomingWebhooks\": [\n\t\t\t{\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:webhookUrl\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:webhookUrl\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t],\n\t\t\"outgoingWebhooks\": [\n\t\t\t{\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:webhookToken\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:webhookToken\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"e1a75285-7b1b-44dc-884e-200ba420b833","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName"],"variable":[{"key":"providerName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7db32e2d-72fc-4c5a-8b8d-31f04567979a","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName"],"variable":[{"key":"providerName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"2286a8c9-47cf-428c-b180-1a142b566d8f"},{"name":"/v1/webhooks/:providerName/:type","id":"0f8a8239-2e7c-458f-b45b-59a83440bbce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type?fields=<string>","description":"<p>List either the Incoming or Outgoing Webhooks of the supplied Provider</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","webhooks",":providerName",":type"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>Specified fields to return</p>\n","type":"text/plain"},"key":"fields","value":"<string>"}],"variable":[{"id":"4fccdcdf-0711-4e17-bc1e-d1fbca29c9c3","description":{"content":"<p>(Required) The third-parties that the webhook is created for. \nCurrent supported value is \"teams\", may support \"asana\" and \"slack\" in the future.</p>\n","type":"text/plain"},"type":"any","value":"teams","key":"providerName"},{"id":"6482a362-51f4-4561-b17f-52a43c1b1bc0","description":{"content":"<p>(Required) The webhook type, whether it is an \"incoming\" or \"outgoing\" webhook.</p>\n","type":"text/plain"},"type":"any","value":"outgoing","key":"type"}]}},"response":[{"id":"8ffd47d3-3956-486f-be0a-d1f4577d3b27","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type?fields=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type"],"query":[{"description":"Specified fields to return","key":"fields","value":"<string>"}],"variable":[{"key":"providerName"},{"key":"type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:webhookUrl\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:webhookUrl\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}"},{"id":"ddf2407c-481b-40a3-8c40-c44cf227dc73","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type?fields=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type"],"query":[{"description":"Specified fields to return","key":"fields","value":"<string>"}],"variable":[{"key":"providerName"},{"key":"type"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3deabbaa-9254-4233-83cf-4ee60746910b","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type?fields=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type"],"query":[{"description":"Specified fields to return","key":"fields","value":"<string>"}],"variable":[{"key":"providerName"},{"key":"type"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"0f8a8239-2e7c-458f-b45b-59a83440bbce"},{"name":"/v1/webhooks/:providerName/:type","id":"e4a30347-858b-4a5d-8b28-53b2dbc7374b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"webhookUrl\": \"<string>\",\n\t\"webhookToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type","description":"<p>Register a Webhook</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","webhooks",":providerName",":type"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"97c8b8ad-e5ad-4e84-bf7a-dc020b63949c","description":{"content":"<p>(Required) The third-parties that the webhook is created for. \nCurrent supported value is \"teams\", may support \"asana\" and \"slack\" in the future.</p>\n","type":"text/plain"},"type":"any","value":"teams","key":"providerName"},{"id":"3d393982-af68-448f-a3c1-b4d9b234906a","description":{"content":"<p>(Required) The webhook type, whether it is an \"incoming\" or \"outgoing\" webhook.</p>\n","type":"text/plain"},"type":"any","value":"outgoing","key":"type"}]}},"response":[{"id":"1c71b540-18c8-4119-ac5d-7fb391729250","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"webhookUrl\": \"<string>\",\n\t\"webhookToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type"],"variable":[{"key":"providerName"},{"key":"type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:webhookUrl\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t}\n\t}\n}"},{"id":"b997bb7e-52dc-45ed-bb29-79f43668894a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"webhookUrl\": \"<string>\",\n\t\"webhookToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type"],"variable":[{"key":"providerName"},{"key":"type"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3eed33ed-542f-4d8e-85ab-f04462816aae","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"webhookUrl\": \"<string>\",\n\t\"webhookToken\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type"],"variable":[{"key":"providerName"},{"key":"type"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e4a30347-858b-4a5d-8b28-53b2dbc7374b"},{"name":"/v1/webhooks/:providerName/:type","id":"d5aaa395-094d-42cf-af78-a2a66d2294dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type","description":"<p>Delete the supplied Webhooks</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","webhooks",":providerName",":type"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"fd92a06d-8ded-4d83-8db8-86153701575c","description":{"content":"<p>(Required) The third-parties that the webhook is created for. \nCurrent supported value is \"teams\", may support \"asana\" and \"slack\" in the future.</p>\n","type":"text/plain"},"type":"any","value":"teams","key":"providerName"},{"id":"206d3e43-984a-4c0f-afd2-de214e06e81f","description":{"content":"<p>(Required) The webhook type, whether it is an \"incoming\" or \"outgoing\" webhook.</p>\n","type":"text/plain"},"type":"any","value":"outgoing","key":"type"}]}},"response":[{"id":"285765fb-df6b-494c-9460-821a74609233","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type"],"variable":[{"key":"providerName"},{"key":"type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"ids\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t}\n}"},{"id":"faf8ae78-2f16-4c55-8c3d-d24bf7e9d026","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type"],"variable":[{"key":"providerName"},{"key":"type"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"90fa7e3c-902a-4210-9e77-b79607f1722e","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type"],"variable":[{"key":"providerName"},{"key":"type"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"d5aaa395-094d-42cf-af78-a2a66d2294dd"},{"name":"/v1/webhooks/:providerName/:type/:nodeId","id":"8b6e3585-34c4-4ba9-a8ca-fac0f26f0315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","description":"<p>Retrieve properties of the Webhook supplied</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","webhooks",":providerName",":type",":nodeId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"fb39d18a-fd0a-4677-84d0-f482d3e5f900","description":{"content":"<p>(Required) The third-parties that the webhook is created for. \nCurrent supported value is \"teams\", may support \"asana\" and \"slack\" in the future.</p>\n","type":"text/plain"},"type":"any","value":"teams","key":"providerName"},{"id":"42aaa613-fd58-46a1-b245-5488006adca1","description":{"content":"<p>(Required) The webhook type, whether it is an \"incoming\" or \"outgoing\" webhook.</p>\n","type":"text/plain"},"type":"any","value":"outgoing","key":"type"},{"id":"6da282ef-63e1-4b2e-b78a-2f8c2deb4c75","description":{"content":"<p>(Required) The last uuid segment of a Webhook Node Id</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"nodeId"}]}},"response":[{"id":"1c2d7d8a-5255-4184-a926-a89808d31af7","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type",":nodeId"],"variable":[{"key":"providerName"},{"key":"type"},{"key":"nodeId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:webhookUrl\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t}\n\t}\n}"},{"id":"f847c0ab-6eba-49d2-89a6-0d5ffb11eb34","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type",":nodeId"],"variable":[{"key":"providerName"},{"key":"type"},{"key":"nodeId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f9a6136d-afd3-4bcd-88b9-bc5e0068a495","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type",":nodeId"],"variable":[{"key":"providerName"},{"key":"type"},{"key":"nodeId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"8b6e3585-34c4-4ba9-a8ca-fac0f26f0315"},{"name":"/v1/webhooks/:providerName/:type/:nodeId","id":"37d11ee2-cda4-499d-aec4-e0ac57ad6b47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","description":"<p>Update the Webhook</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","webhooks",":providerName",":type",":nodeId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"c63ebfa6-6821-443c-913d-4de7ce001bd7","description":{"content":"<p>(Required) The third-parties that the webhook is created for. \nCurrent supported value is \"teams\", may support \"asana\" and \"slack\" in the future.</p>\n","type":"text/plain"},"type":"any","value":"teams","key":"providerName"},{"id":"25cc7b74-1ad5-428c-afda-0a08465c572f","description":{"content":"<p>(Required) The webhook type, whether it is an \"incoming\" or \"outgoing\" webhook.</p>\n","type":"text/plain"},"type":"any","value":"outgoing","key":"type"},{"id":"26de09ac-4c60-42fe-bc93-dfdb02bb2633","description":{"content":"<p>(Required) The last uuid segment of a Webhook Node Id</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"nodeId"}]}},"response":[{"id":"ed7454d9-05ec-4ad4-8702-0b1104a3d803","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type",":nodeId"],"variable":[{"key":"providerName"},{"key":"type"},{"key":"nodeId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:webhookUrl\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t}\n\t}\n}"},{"id":"6e6f31a5-8d86-466b-ae4a-d963021aea2e","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type",":nodeId"],"variable":[{"key":"providerName"},{"key":"type"},{"key":"nodeId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a9e5f1a8-4778-440b-88c5-441da363a775","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type",":nodeId"],"variable":[{"key":"providerName"},{"key":"type"},{"key":"nodeId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"37d11ee2-cda4-499d-aec4-e0ac57ad6b47"},{"name":"/v1/webhooks/:providerName/:type/:nodeId","id":"7367c221-a6bb-48b2-87b5-13a2735915bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","description":"<p>Delete the Webhook</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","webhooks",":providerName",":type",":nodeId"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"fddb4bc0-02ff-4f4c-ab81-3fe9e22079b0","description":{"content":"<p>(Required) The third-parties that the webhook is created for. \nCurrent supported value is \"teams\", may support \"asana\" and \"slack\" in the future.</p>\n","type":"text/plain"},"type":"any","value":"teams","key":"providerName"},{"id":"1198200d-48ad-49ff-ab51-4db773694921","description":{"content":"<p>(Required) The webhook type, whether it is an \"incoming\" or \"outgoing\" webhook.</p>\n","type":"text/plain"},"type":"any","value":"outgoing","key":"type"},{"id":"fcf09be4-2d7a-45f6-a1d7-842b24de19bb","description":{"content":"<p>(Required) The last uuid segment of a Webhook Node Id</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"nodeId"}]}},"response":[{"id":"9bc1b00f-39ed-48d0-a4a3-35a2580be8f7","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type",":nodeId"],"variable":[{"key":"providerName"},{"key":"type"},{"key":"nodeId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"nodeId\": \"<string>\"\n\t}\n}"},{"id":"ecec065c-303b-48d9-81fc-f2b86ea3ecbc","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type",":nodeId"],"variable":[{"key":"providerName"},{"key":"type"},{"key":"nodeId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"201ddf61-79ad-45b6-ac9a-60a37dc1b3b3","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/webhooks/:providerName/:type/:nodeId","host":["https://cs-beta.contentapp.io/api"],"path":["v1","webhooks",":providerName",":type",":nodeId"],"variable":[{"key":"providerName"},{"key":"type"},{"key":"nodeId"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"7367c221-a6bb-48b2-87b5-13a2735915bd"}],"id":"f8a33ea6-4813-4581-8a42-ed4fde79bf7e","description":"<p>Retrieve and manage webhooks</p>\n","_postman_id":"f8a33ea6-4813-4581-8a42-ed4fde79bf7e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"taxonomies","item":[{"name":"/v1/taxonomies/datasets","id":"907c30b8-4d0d-43f8-afba-96eb6e4393e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/taxonomies/datasets","description":"<p>Lists all the loaded datasets.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","taxonomies","datasets"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"65b4f4ae-9988-4a4f-9999-62395c4a76b8","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/taxonomies/datasets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cdb492e4-d2b1-4923-86fb-796fbb16e26f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/taxonomies/datasets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7cec40af-6e03-4d79-a057-36c1d86192d1","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/taxonomies/datasets"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3e7e6ae0-ac35-4195-802f-c0af96bfad70","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/v1/taxonomies/datasets"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"907c30b8-4d0d-43f8-afba-96eb6e4393e4"},{"name":"/v1/taxonomies/:dataset/list","id":"f320ba0a-5d5e-44bc-8c59-948681e43ef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset/list?taxonomy=<string>&limit=<integer>&offset=<integer>&sortBy=<string>&order=<string>&hasAssociatedNodes=true","description":"<p>Lists the taxonomies for a given parent taxonomy and dataset.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","taxonomies",":dataset","list"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>(Required) The taxonomy name</p>\n","type":"text/plain"},"key":"taxonomy","value":"<string>"},{"description":{"content":"<p>Number of items to return (the list size)</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Number of items to skip (where the list should start)</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>The property used to sort the list</p>\n","type":"text/plain"},"key":"sortBy","value":"<string>"},{"description":{"content":"<p>The order direction</p>\n","type":"text/plain"},"key":"order","value":"<string>"},{"description":{"content":"<p>Whether to return only taxonomies with nodes</p>\n","type":"text/plain"},"key":"hasAssociatedNodes","value":"true"}],"variable":[{"id":"2fb51e13-255c-4763-a3a4-977855eca988","description":{"content":"<p>(Required) The name of the dataset.</p>\n","type":"text/plain"},"type":"any","value":"ECS Tertiary","key":"dataset"}]}},"response":[{"id":"5a5379e2-d430-4b76-bfb2-77610ab1694d","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset/list?taxonomy=<string>&limit=<integer>&offset=<integer>&sortBy=<string>&order=<string>&hasAssociatedNodes=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset","list"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Whether to return only taxonomies with nodes","key":"hasAssociatedNodes","value":"true"}],"variable":[{"key":"dataset"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"dataset\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"taxonomy\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"dataset\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"taxonomy\": \"<string>\"\n\t\t\t}\n\t\t],\n\t\t\"hasMoreItems\": \"<boolean>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a26dbbad-d5a6-44f8-b999-2bb8bd903e4c","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset/list?taxonomy=<string>&limit=<integer>&offset=<integer>&sortBy=<string>&order=<string>&hasAssociatedNodes=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset","list"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Whether to return only taxonomies with nodes","key":"hasAssociatedNodes","value":"true"}],"variable":[{"key":"dataset"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d9876b62-abfe-41f6-b4c2-da9b0caac8fb","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset/list?taxonomy=<string>&limit=<integer>&offset=<integer>&sortBy=<string>&order=<string>&hasAssociatedNodes=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset","list"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Whether to return only taxonomies with nodes","key":"hasAssociatedNodes","value":"true"}],"variable":[{"key":"dataset"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a7860912-aa37-4b3c-81b2-1848cc4e5589","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset/list?taxonomy=<string>&limit=<integer>&offset=<integer>&sortBy=<string>&order=<string>&hasAssociatedNodes=true","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset","list"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"},{"description":"Whether to return only taxonomies with nodes","key":"hasAssociatedNodes","value":"true"}],"variable":[{"key":"dataset"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f320ba0a-5d5e-44bc-8c59-948681e43ef3"},{"name":"/v1/taxonomies/:dataset","id":"817dc3e8-a889-4fa2-85fe-8acef03e3710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset?taxonomy=<string>","description":"<p>Retrieves taxonomy details of the given dataset and taxonomy from <code>cs_references</code> table.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","taxonomies",":dataset"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>(Required) The taxonomy name</p>\n","type":"text/plain"},"key":"taxonomy","value":"<string>"}],"variable":[{"id":"0a5e977e-4039-4cc6-8e3b-fd0ca2443b65","description":{"content":"<p>(Required) The name of the dataset.</p>\n","type":"text/plain"},"type":"any","value":"ECS Tertiary","key":"dataset"}]}},"response":[{"id":"9d389517-321d-42d8-af66-a8beba37fe7e","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset?taxonomy=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"}],"variable":[{"key":"dataset"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"dataset\": \"<string>\",\n\t\t\"name\": \"<string>\",\n\t\t\"taxonomy\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2867b5e3-c26c-4aeb-9954-265d09603081","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset?taxonomy=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"}],"variable":[{"key":"dataset"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3852b818-b361-4d7a-8d8d-9ab23338f8db","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset?taxonomy=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"}],"variable":[{"key":"dataset"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"17e828cc-0c71-4d7a-913a-b8e3909ea73a","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset?taxonomy=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"}],"variable":[{"key":"dataset"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"817dc3e8-a889-4fa2-85fe-8acef03e3710"},{"name":"/v1/taxonomies/:dataset/nodes","id":"3386d13a-b319-401e-9827-f08acd2453ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset/nodes?taxonomy=<string>&limit=<integer>&offset=<integer>&sortBy=<string>&order=<string>","description":"<p>Lists the nodes associated with a given taxonomy.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["v1","taxonomies",":dataset","nodes"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>(Required) The taxonomy name</p>\n","type":"text/plain"},"key":"taxonomy","value":"<string>"},{"description":{"content":"<p>Number of items to return (the list size)</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>Number of items to skip (where the list should start)</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"description":{"content":"<p>The property used to sort the list</p>\n","type":"text/plain"},"key":"sortBy","value":"<string>"},{"description":{"content":"<p>The order direction</p>\n","type":"text/plain"},"key":"order","value":"<string>"}],"variable":[{"id":"68e5548f-4915-4a0e-855e-b3cc710a5176","description":{"content":"<p>(Required) The name of the dataset.</p>\n","type":"text/plain"},"type":"any","value":"ECS Tertiary","key":"dataset"}]}},"response":[{"id":"d8807147-6a61-4632-9026-e8d2eab4d3d5","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset/nodes?taxonomy=<string>&limit=<integer>&offset=<integer>&sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset","nodes"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}],"variable":[{"key":"dataset"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"list\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:name\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"cs:entity\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:created\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"extensions\": {\n\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\t\"parent\": {\n\t\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\t\"actions\": {\n\t\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t],\n\t\t\"hasMoreItems\": \"<boolean>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6db8ec59-8a95-4bf8-81ab-cffd825c40db","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset/nodes?taxonomy=<string>&limit=<integer>&offset=<integer>&sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset","nodes"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}],"variable":[{"key":"dataset"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b0ab9d70-6dc5-41a4-b2ae-50d51e83cc05","name":"Forbidden error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset/nodes?taxonomy=<string>&limit=<integer>&offset=<integer>&sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset","nodes"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}],"variable":[{"key":"dataset"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7ec48d6e-842f-4137-8144-e623fd962ad4","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/v1/taxonomies/:dataset/nodes?taxonomy=<string>&limit=<integer>&offset=<integer>&sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["v1","taxonomies",":dataset","nodes"],"query":[{"description":"(Required) The taxonomy name","key":"taxonomy","value":"<string>"},{"description":"Number of items to return (the list size)","key":"limit","value":"<integer>"},{"description":"Number of items to skip (where the list should start)","key":"offset","value":"<integer>"},{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}],"variable":[{"key":"dataset"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"3386d13a-b319-401e-9827-f08acd2453ef"}],"id":"88802a23-4f31-4f38-89d2-424d5906ec7e","description":"<p>Retrieve and manage taxonomies</p>\n","_postman_id":"88802a23-4f31-4f38-89d2-424d5906ec7e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"dmc - asset folders","item":[{"name":"/dmc/v1/asset-folders","id":"b155e603-44e7-4b10-8c9c-4083dff13bfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Node Id or URL, be the location / parent node where the asset folder should be created.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders","description":"<p>Creates an asset folder with types \"dmc:AssetFolder\", \"cs:Searchable\" and \"cs:Folder\", with two hidden sub folders \"cs:renditions\" and \"cs:references\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","asset-folders"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"bdd60537-a1b1-4a34-abb3-9443f7d7bdcc","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id or URL, be the location / parent node where the asset folder should be created.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"07603f29-5881-4236-aaea-ce9fa2431799","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id or URL, be the location / parent node where the asset folder should be created.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"21c7887b-de9c-46fa-b829-ae9ad8f723d0","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id or URL, be the location / parent node where the asset folder should be created.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c0d90a2f-5849-49e0-980c-260dd405f041","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id or URL, be the location / parent node where the asset folder should be created.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b155e603-44e7-4b10-8c9c-4083dff13bfd"},{"name":"/dmc/v1/asset-folders","id":"c3581347-5aba-4f55-b90f-ac940198e4cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node Id of an asset folder</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders","description":"<p>Retrieves metadata of an asset folder.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","asset-folders"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"a259d3c1-19b0-434c-ac4c-9fe09c6f3503","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of an asset folder","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6ac0aefd-7f88-4a41-99f4-33b00cf2bc59","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of an asset folder","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"eb3c7887-72ea-4abf-9286-7147f14c1678","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of an asset folder","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"86739d61-4578-4b67-a0f2-6af4e36ee60e","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of an asset folder","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"c3581347-5aba-4f55-b90f-ac940198e4cd"},{"name":"/dmc/v1/asset-folders","id":"29913eaf-c6ec-4177-890f-6608953e8f77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Node Id of an asset folder</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders","description":"<p>Updates the properties of an asset folder.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","asset-folders"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"7f5c537d-b577-4c0b-88ac-4beecc763398","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset folder","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f9dc9c12-3edf-47db-9cc6-8985a82313b3","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset folder","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7220294f-aa47-41ae-ae18-13cb737a06dd","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset folder","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ac154a66-b035-4199-8def-ea74425b783a","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset folder","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"29913eaf-c6ec-4177-890f-6608953e8f77"},{"name":"/dmc/v1/asset-folders","id":"bb574e87-4f0f-42ea-84c0-0bce45b4ee3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Node Id of an asset folder. Support multiple node ids in CSV form.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders","description":"<p>Deletes multiple asset folders.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","asset-folders"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"cec16988-b4bf-47ea-b521-def1ebbcc3b8","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of an asset folder. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8724dd06-d7b2-4d52-8529-bcc7af46abc6","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of an asset folder. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"590ff640-f8dd-4bea-aef5-746f1329e9fa","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of an asset folder. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"273ac21e-6b54-4239-b734-2b179af4324a","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of an asset folder. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/asset-folders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"bb574e87-4f0f-42ea-84c0-0bce45b4ee3c"}],"id":"3b8d9bfb-c943-46af-9ccc-4cd17b397619","description":"<p>Retrieve and manage asset folders</p>\n","_postman_id":"3b8d9bfb-c943-46af-9ccc-4cd17b397619","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"dmc - assets","item":[{"name":"/dmc/v1/assets","id":"98691b71-c28b-4793-95c5-e698802a1404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Node Id of an asset folder, or managed lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) Document to be uploaded as asset</p>\n","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets","description":"<p>Creates an asset node (an archival group container) with types \"dmc:Asset\", \"cs:Searchable\" and \"cs:Document\". In the container, creates a binary content \"cs:binary\" (that stores the actual content), and two hidden folders \"cs:renditions\" and \"cs:references\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","assets"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"08ac51ad-5732-4c4f-bd7d-ea455181ece9","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset folder, or managed lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Document to be uploaded as asset","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:filename\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:fileExtension\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:size\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:mimetype\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1ae96050-a12b-4380-a2a1-8c67be37f2fe","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset folder, or managed lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Document to be uploaded as asset","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ca97d153-c3e7-4b02-bc54-a07e95effb2e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset folder, or managed lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Document to be uploaded as asset","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ef9dbd26-4959-4ba2-8b06-011be7f3a397","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset folder, or managed lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) Document to be uploaded as asset","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"98691b71-c28b-4793-95c5-e698802a1404"},{"name":"/dmc/v1/assets","id":"a8c78a81-780b-440c-8e3a-501c1952283c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node Id of an asset</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets","description":"<p>Retrieves details of an asset.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","assets"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"bec84dd0-bf62-491c-a7bf-bbd6567bdee1","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:filename\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:fileExtension\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:size\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:mimetype\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0836909b-14a3-445f-8be2-e5e09a543f76","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"21527836-bc2c-41f8-ba0a-13030fed6e18","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b01c2786-d8b9-4c3a-9bab-c2e5be1d4fa8","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"a8c78a81-780b-440c-8e3a-501c1952283c"},{"name":"/dmc/v1/assets","id":"89b05dc8-3921-45ec-9242-cbe106f75933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Node Id of an asset</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets","description":"<p>Updates the properties of an asset.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","assets"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"b393f796-c7f1-4d90-94a3-483315fdb69b","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:filename\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:fileExtension\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:size\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:mimetype\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7e4fbb3b-f219-4473-bf8e-aaa9f576d20e","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e80d9393-1d02-4338-bf66-01d769841181","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"510b38fc-7087-4de7-94e9-9268989cce3f","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"89b05dc8-3921-45ec-9242-cbe106f75933"},{"name":"/dmc/v1/assets","id":"3d2b404e-01d5-460d-b6c8-dbcc149145e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Node Id of an asset. Support multiple node ids in CSV form.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets","description":"<p>Deletes asset. Support multiple assets deletion too.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","assets"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"3631f306-5559-4c67-b723-0d8991beb1c8","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"57cd833f-7aec-4fce-98af-21479d4dbf21","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"40e3c428-5909-45bf-b2b1-f2822abadad6","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e5af9338-f9d9-4854-8438-b74545791248","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"3d2b404e-01d5-460d-b6c8-dbcc149145e6"},{"name":"/dmc/v1/assets/content","id":"e8f9243f-88ab-4eb1-9e9d-732d8f12a909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Node Id of an asset</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets/content","description":"<p>Updates asset content.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","assets","content"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"8596ee43-f470-49ae-93a5-4bb9971a1662","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets/content"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:filename\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:fileExtension\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:size\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:mimetype\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8dfa6564-ea28-491d-97ab-1b7c489c082c","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets/content"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0bf81487-cee0-4db5-bcbc-e429ebac0412","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets/content"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"fb5d99d9-ca4e-437b-9213-9c860cd358a8","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of an asset","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","value":"<string>","type":"text"}]},"url":"https://cs-beta.contentapp.io/api/dmc/v1/assets/content"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e8f9243f-88ab-4eb1-9e9d-732d8f12a909"}],"id":"cd30781a-91c5-4b06-8ced-09e8f08b7cd3","description":"<p>Retrieve and manage assets</p>\n","_postman_id":"cd30781a-91c5-4b06-8ced-09e8f08b7cd3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"dmc - curators","item":[{"name":"/dmc/v1/curators/rework/reasons","id":"7ade6d04-9a00-4a17-ae57-95814c710306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/rework/reasons","description":"<p>Retrieves rework reasons from value list</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","curators","rework","reasons"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"23657b17-9328-4c6f-a84c-067cb276ab74","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/rework/reasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"label\": \"<string>\",\n\t\t\t\"value\": \"<string>\"\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2be377c8-48d7-4e2f-b21c-cc2fd1f09f84","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/rework/reasons"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"26c4d380-d0e5-46dd-8284-aba7bf8a8975","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/rework/reasons"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"7ade6d04-9a00-4a17-ae57-95814c710306"},{"name":"/dmc/v1/curators/approve","id":"ba8d72bb-dbce-4308-bc55-ab9364566b91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Node Id of an asset. Support multiple node ids in CSV form.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/approve","description":"<p>Update asset(s) lifecycle status to \"Approved\"</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","curators","approve"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"605b76a4-9162-4a26-abc1-69bba76f5cc6","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/approve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:filename\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:fileExtension\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:size\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:mimetype\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:filename\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:fileExtension\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:size\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:mimetype\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"299d7b0d-fde0-4ce1-adaa-4db5d0a0e7a1","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/approve"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d36e6c7e-de09-45e1-b810-be34f5ab9d6e","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/approve"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0f6c5596-ad6f-4803-b656-dba029cb8d37","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/approve"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"ba8d72bb-dbce-4308-bc55-ab9364566b91"},{"name":"/dmc/v1/curators/rework","id":"839a4331-359d-4436-99a4-c2953c23551b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Node Id of an asset. Support multiple node ids in CSV form.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"notifyCreator\": \"<boolean>\",\n\t\"reworkReason\": \"Requires image rotation\",\n\t\"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/rework","description":"<p>Reject assets by set the status to \"Rework Required\"</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","curators","rework"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"8443c526-125a-4dde-8e37-d409072303b9","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"notifyCreator\": \"<boolean>\",\n\t\"reworkReason\": \"Requires image rotation\",\n\t\"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/rework"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:filename\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:fileExtension\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:size\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:mimetype\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:filename\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:fileExtension\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:size\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:mimetype\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cc24ecf8-2ff8-48ca-9bc0-8dfcc629995a","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"notifyCreator\": \"<boolean>\",\n\t\"reworkReason\": \"Requires image rotation\",\n\t\"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/rework"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c8816e83-46d3-46e2-bbfe-71ef98fe8ab8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"notifyCreator\": \"<boolean>\",\n\t\"reworkReason\": \"Requires image rotation\",\n\t\"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/rework"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"389fb197-470b-411e-8b8f-93d9cc7f3228","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of an asset. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"notifyCreator\": \"<boolean>\",\n\t\"reworkReason\": \"Requires image rotation\",\n\t\"comment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/curators/rework"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"839a4331-359d-4436-99a4-c2953c23551b"}],"id":"027e1687-1151-44d4-8ec0-5e4fa3357f31","description":"<p>Retrieve and manage curators</p>\n","_postman_id":"027e1687-1151-44d4-8ec0-5e4fa3357f31","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"dmc - lightboxes","item":[{"name":"/dmc/v1/lightboxes/private","id":"8a4e7f21-0c3c-4bb1-b783-884efbd0920a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Root id of a Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"options\": {\n\t\t\"useNameAsUrl\": \"<boolean>\"\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private","description":"<p>Creates a private Lightbox on <code>/cs:home/cs:users/{username}/cs:lightboxes</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","private"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"ed797025-4595-468a-abe8-a68a5fe9aa40","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Root id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"options\": {\n\t\t\"useNameAsUrl\": \"<boolean>\"\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:title\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:description\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\"\n}"},{"id":"de086acd-b3c8-4873-9572-61d87ccab2c9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Root id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"options\": {\n\t\t\"useNameAsUrl\": \"<boolean>\"\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"08b834af-da32-4693-898c-8443e90e393c","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Root id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"options\": {\n\t\t\"useNameAsUrl\": \"<boolean>\"\n\t}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"8a4e7f21-0c3c-4bb1-b783-884efbd0920a"},{"name":"/dmc/v1/lightboxes/private","id":"a3cae0ce-e3af-4c42-80c4-0c9a221b1960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node id of a Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private","description":"<p>Retrieves details of the (private) Lightbox.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","private"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"8f878274-a540-41ca-8d43-e9fcb70d0ac9","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:title\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:description\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\"\n}"},{"id":"a287ce6a-bf0c-44da-922f-e16877da7b67","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"acbcd671-312f-4f94-af9d-362b435cfa68","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c566f8f8-697d-41ec-a2e5-b0116f80e379","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"a3cae0ce-e3af-4c42-80c4-0c9a221b1960"},{"name":"/dmc/v1/lightboxes/private","id":"01774251-31d8-47d1-b1f3-7ae0dba00123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Node id of a Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private","description":"<p>Updates the properties of the Lightbox</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","private"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"8a2804e9-752e-4a84-b06d-9bce736cc507","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:title\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:description\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\"\n}"},{"id":"4936dd73-d650-4c37-bd38-f6ee540d678d","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0e905d60-4a94-44e3-94ea-5c3de171daa9","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"fb8c3180-c902-410c-8182-c34bbec6502b","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"01774251-31d8-47d1-b1f3-7ae0dba00123"},{"name":"/dmc/v1/lightboxes/private","id":"f6c162d8-9133-4b46-bb2f-feda9563f67b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Node id of a Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private","description":"<p>Delete the (private) Lightbox. To delete multiple Lightboxes, send in the Lightboxes id in CSV form on the <code>X-Node-Id</code> header.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","private"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"151e83a6-ae81-4fda-afba-2568ee44e430","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"payLoad\": \"<string>\",\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\"\n}"},{"id":"fee2cf57-9751-4adf-a910-87f27fb87806","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5293562f-102a-4a95-818c-f55b77d2a45b","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3e90a13e-13a1-4cec-8674-3cce0a07ac29","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f6c162d8-9133-4b46-bb2f-feda9563f67b"},{"name":"/dmc/v1/lightboxes/private/list","id":"94b320b9-af52-43ed-8e34-afdc755f96af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Root id of a Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/list?sortBy=<string>&order=<string>","description":"<p>Lists all the Lightboxes. To sort the Lightboxes list, set on query parameter <code>sortBy</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","private","list"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>The property used to sort the list</p>\n","type":"text/plain"},"key":"sortBy","value":"<string>"},{"description":{"content":"<p>The order direction</p>\n","type":"text/plain"},"key":"order","value":"<string>"}],"variable":[]}},"response":[{"id":"0003b300-686d-47ac-9017-a568fbda1638","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/list?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","private","list"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:title\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:description\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:title\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:description\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\"\n}"},{"id":"39bc8cb2-6018-42aa-818a-a631570dc129","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/list?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","private","list"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"39bbd917-83b5-435b-8f6e-24d23d4d0977","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/list?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","private","list"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a5e4a0fb-1b6c-443d-bb0e-e759a02b34b5","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/list?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","private","list"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"94b320b9-af52-43ed-8e34-afdc755f96af"},{"name":"/dmc/v1/lightboxes/private/references","id":"ba8a0922-1d92-4ab6-ba71-9b0657337ca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Node id of a Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"targetIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"referenceType\": \"<string>\",\n\t\"referenceComment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references","description":"<p>Adds <code>Assets</code> or <code>Asset Folders</code> to Lightbox - as reference.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","private","references"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"a4d67ea3-1968-4367-80a1-386b88a44f81","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"referenceType\": \"<string>\",\n\t\"referenceComment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"targetRefId\": \"<string>\",\n\t\t\t\"sourceRefId\": \"<string>\",\n\t\t\t\"referenceRelation\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"targetRefId\": \"<string>\",\n\t\t\t\"sourceRefId\": \"<string>\",\n\t\t\t\"referenceRelation\": \"<string>\"\n\t\t}\n\t],\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\"\n}"},{"id":"c84a9677-5c7e-4b8d-994a-50b5f31280db","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"referenceType\": \"<string>\",\n\t\"referenceComment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"97ea03d4-a5a5-4a6e-a309-649292296def","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"referenceType\": \"<string>\",\n\t\"referenceComment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a09b7e0e-1927-4f92-807b-28f6994b13a8","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t],\n\t\"referenceType\": \"<string>\",\n\t\"referenceComment\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"ba8a0922-1d92-4ab6-ba71-9b0657337ca0"},{"name":"/dmc/v1/lightboxes/private/references","id":"aafa01c6-7488-4872-a5e4-4b46d32f4ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"targetRefIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references","description":"<p>Removes Assets or Asset Folders references from a Lightbox.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","private","references"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"8d2d58d9-4dcc-4c05-9cad-0f5aab47ef55","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetRefIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"referenceId\": \"<string>\",\n\t\t\t\"actualNodeId\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"referenceId\": \"<string>\",\n\t\t\t\"actualNodeId\": \"<string>\"\n\t\t}\n\t],\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\"\n}"},{"id":"5df6c36e-274c-4ad1-88a0-34ed9912f807","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetRefIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"dc0467a5-ee83-4d70-b525-6d7200b3711a","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetRefIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"aafa01c6-7488-4872-a5e4-4b46d32f4ca8"},{"name":"/dmc/v1/lightboxes/private/references/target","id":"a2b3d1ee-9d06-420a-be0b-a581a8db4393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node id of a Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/target","description":"<p>Lists the Assets/Asset Folders that referenced by the Lightbox.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","private","references","target"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"a42b4e1b-33e3-4f5d-bd74-0c1dbb9398a3","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/target"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:filename\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:fileExtension\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:size\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:mimetype\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:filename\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:fileExtension\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:size\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:mimetype\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\"\n}"},{"id":"fd0734b1-db10-4e01-bca5-b07e5a5c99d1","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/target"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"334636e9-06bf-4622-a495-0420e9cc94f2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/target"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"85d64a34-eb56-4c6e-9a2b-a212e5ddb874","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/target"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"a2b3d1ee-9d06-420a-be0b-a581a8db4393"},{"name":"/dmc/v1/lightboxes/private/references/copy","id":"d3fedbdc-6db9-443f-81d7-10a039316d95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Node id of a Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/copy","description":"<p>Copies Assets/Asset Folders to other (private) Lightbox.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","private","references","copy"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"cba1e63c-14d5-46f7-81c8-214cfb1686d6","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/copy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"copyTo\": \"<string>\",\n\t\t\"successList\": [\n\t\t\t{\n\t\t\t\t\"refId\": \"<string>\",\n\t\t\t\t\"referenceAdded\": {\n\t\t\t\t\t\"targetRefId\": \"<string>\",\n\t\t\t\t\t\"sourceRefId\": \"<string>\",\n\t\t\t\t\t\"referenceRelation\": \"<string>\"\n\t\t\t\t}\n\t\t\t}\n\t\t],\n\t\t\"errorList\": [\n\t\t\t{\n\t\t\t\t\"refId\": \"<string>\",\n\t\t\t\t\"error\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"refId\": \"<string>\",\n\t\t\t\t\"error\": \"<string>\"\n\t\t\t}\n\t\t]\n\t},\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\"\n}"},{"id":"3fbfcef0-7bf9-4e8b-a15c-bdacdad13a3d","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/copy"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3730fe61-3362-4ca6-9da8-01fabe52b793","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/copy"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0e742e67-fb95-429d-980b-b5b6976e0389","name":"Forbidden error.","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/copy"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"346de0f8-9238-4d0c-a4bb-006821e3d708","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/copy"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"d3fedbdc-6db9-443f-81d7-10a039316d95"},{"name":"/dmc/v1/lightboxes/private/references/move","id":"da1e6edd-b830-4800-9623-69b39a724496","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Node id of a Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/move","description":"<p>Moves Assets/Asset Folders to another (private) Lightbox.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","private","references","move"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"128c10c2-0a95-4f7d-8ab0-6bebdafe9d87","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/move"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"moveTo\": \"<string>\",\n\t\t\"successList\": [\n\t\t\t{\n\t\t\t\t\"refId\": \"<string>\",\n\t\t\t\t\"referenceAdded\": {\n\t\t\t\t\t\"targetRefId\": \"<string>\",\n\t\t\t\t\t\"sourceRefId\": \"<string>\",\n\t\t\t\t\t\"referenceRelation\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"referenceRemoved\": {\n\t\t\t\t\t\"deletedSourceRefUrl\": \"<string>\",\n\t\t\t\t\t\"deletedTargetRefUrl\": \"<string>\",\n\t\t\t\t\t\"actualNodeId\": \"<string>\",\n\t\t\t\t\t\"referenceType\": \"<string>\",\n\t\t\t\t\t\"referenceRelation\": \"<string>\"\n\t\t\t\t}\n\t\t\t}\n\t\t],\n\t\t\"errorList\": [\n\t\t\t{\n\t\t\t\t\"refId\": \"<string>\",\n\t\t\t\t\"error\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"refId\": \"<string>\",\n\t\t\t\t\"error\": \"<string>\"\n\t\t\t}\n\t\t]\n\t},\n\t\"message\": \"<string>\",\n\t\"success\": \"<boolean>\"\n}"},{"id":"3585a85e-c3a6-4d78-81c3-8f59c116fd55","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/move"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c05b2909-69fa-429c-9c78-be16274381de","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/move"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"98d14cea-a9b1-4176-bc53-918a788f896a","name":"Forbidden error.","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/move"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7febb728-0d9d-470a-b1b1-bdf75ee787b2","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"refIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/private/references/move"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"da1e6edd-b830-4800-9623-69b39a724496"},{"name":"/dmc/v1/lightboxes/shared/private","id":"68028e22-9124-4d16-a45a-60daa617fc66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Root id of a Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/shared/private?sortBy=<string>&order=<string>","description":"<p>Lists all Private Lightboxes that being shared to the current user. To sort the Lightboxes list, set on query parameter <code>sortBy</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","shared","private"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>The property used to sort the list</p>\n","type":"text/plain"},"key":"sortBy","value":"<string>"},{"description":{"content":"<p>The order direction</p>\n","type":"text/plain"},"key":"order","value":"<string>"}],"variable":[]}},"response":[{"id":"217f25a0-05f9-43b1-85bc-50671310af12","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/shared/private?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","shared","private"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:title\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:description\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:title\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:description\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}"},{"id":"255a6736-3c7d-4ec7-9387-960680c7cdd7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/shared/private?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","shared","private"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8ea9aefc-8e7d-4faa-ac48-594ee8f7e95f","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/shared/private?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","shared","private"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"68028e22-9124-4d16-a45a-60daa617fc66"},{"name":"/dmc/v1/lightboxes/shared/managed","id":"e7afe0c3-eadb-47b2-9167-9d1f6494c842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Root id of a Managed Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/shared/managed?sortBy=<string>&order=<string>","description":"<p>Lists all Managed Lightboxes that being shared to the current user. To sort the Lightboxes list, set on query parameter <code>sortBy</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","shared","managed"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>The property used to sort the list</p>\n","type":"text/plain"},"key":"sortBy","value":"<string>"},{"description":{"content":"<p>The order direction</p>\n","type":"text/plain"},"key":"order","value":"<string>"}],"variable":[]}},"response":[{"id":"69c7d8eb-c162-4ff7-8676-d7ebd36efbef","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/shared/managed?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","shared","managed"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:description\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subResources\": {},\n\t\t\t\"extensions\": {\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"managedLightboxActions\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"managedLightboxFilters\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:description\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"subResources\": {},\n\t\t\t\"extensions\": {\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"managedLightboxActions\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"managedLightboxFilters\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t]\n\t\t\t}\n\t\t}\n\t]\n}"},{"id":"82229e74-6e11-48f6-a4ec-fb0dfb23f5bd","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/shared/managed?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","shared","managed"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ab503fda-2c35-49f7-89d1-fed4e79a90dd","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/shared/managed?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","shared","managed"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e7afe0c3-eadb-47b2-9167-9d1f6494c842"},{"name":"/dmc/v1/lightboxes/managed","id":"de7b63af-904e-4837-addb-3d8f26451a40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Root id of a Managed Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"template\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed","description":"<p>Creates a Managed LightBox (with entity <b>ngad:ManagedLightBox</b>) in the \"Light Boxes\" site <b>/cs:sites/cs:lightboxes/cs:documents/manged-lightboxes</b>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","managed"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"b19839a7-2e26-4b8d-9460-cb9b2d9b679d","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Root id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"template\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:description\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"subResources\": {},\n\t\t\"extensions\": {\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"managedLightboxActions\": [\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"managedLightboxFilters\": [\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}"},{"id":"0330c4f9-52ab-4b66-b5df-d1f61d2d24b3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Root id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"template\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d70b496b-67d4-46f6-8999-3a1e95e66c53","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Root id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"template\": \"<string>\",\n\t\"name\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"de7b63af-904e-4837-addb-3d8f26451a40"},{"name":"/dmc/v1/lightboxes/managed","id":"84e43d92-7210-41fd-8feb-4c3266841370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node id of a Managed Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed","description":"<p>Retrieve details of the Managed Lightbox.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","managed"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"4dff61bd-ba86-4a0f-bb9f-ec578a958aca","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:description\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"subResources\": {},\n\t\t\"extensions\": {\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"managedLightboxActions\": [\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"managedLightboxFilters\": [\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}"},{"id":"222d2af1-7512-4236-bfff-d6f8d1bebbdc","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a2964ae2-acb3-4489-91db-2c88f44d6529","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"56f25a3a-8709-4ab6-9fb7-6ac60b405066","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"84e43d92-7210-41fd-8feb-4c3266841370"},{"name":"/dmc/v1/lightboxes/managed","id":"bd107543-4138-4df0-8cce-f435c78d709d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Node id of a Managed Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"cs:name\": \"<string>\",\n\t\"cs:description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed","description":"<p>Updates properties of the Managed Lightbox.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","managed"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"a51e4fb3-b802-497e-9232-cc22d34b8308","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"cs:name\": \"<string>\",\n\t\"cs:description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:description\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"subResources\": {},\n\t\t\"extensions\": {\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"managedLightboxActions\": [\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"managedLightboxFilters\": [\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}"},{"id":"b612c3b1-0802-4ebe-9968-6240655723d0","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"cs:name\": \"<string>\",\n\t\"cs:description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2ab821f7-a248-4eea-8c38-5885a53cc2a2","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"cs:name\": \"<string>\",\n\t\"cs:description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a081c9fa-7df1-42fb-9ddc-c3d91958d10a","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"cs:name\": \"<string>\",\n\t\"cs:description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"bd107543-4138-4df0-8cce-f435c78d709d"},{"name":"/dmc/v1/lightboxes/managed","id":"e3e9efec-06b6-4bd0-87af-9fc49f4a1813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Node id of a Managed Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed","description":"<p>Delete Managed Lightbox. To delete multiple, pass in the Lightbox Id in CSV form into the \"X-Node-Id\" header.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","managed"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"e9c25778-281c-4928-8b4f-e17211a95b59","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t}\n}"},{"id":"07ac7e23-e35b-4c98-8854-c03d9fe3fd9a","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6a44da06-f047-48e1-9dd3-2418a177b3b7","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f34c5ebe-92f4-4398-bb01-4c8983d00bd2","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e3e9efec-06b6-4bd0-87af-9fc49f4a1813"},{"name":"/dmc/v1/lightboxes/managed/list","id":"af56d4d4-d6f5-4b06-97fe-aafd9a8be34e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Root id of a Managed Lightbox</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/list","description":"<p>Lists all the Managed Lightboxes.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","managed","list"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"bee59f3b-c9d1-4935-a89e-ec0dd4264b56","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:description\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"subResources\": {},\n\t\t\"extensions\": {\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"managedLightboxActions\": [\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"managedLightboxFilters\": [\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\"name\": \"<string>\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}"},{"id":"217bba38-07bb-4f8a-a764-bd9bdb272253","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cc115668-7430-4116-a67e-1eafc3401480","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2dcf2d17-dfa4-4629-aa0e-2b7588678ad2","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Root id of a Managed Lightbox","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"af56d4d4-d6f5-4b06-97fe-aafd9a8be34e"},{"name":"/dmc/v1/lightboxes/managed/templates/:siteName","id":"4af8fed7-a1e2-45fa-934e-035093a7dec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/templates/:siteName","description":"<p>Lists all Managed Lightbox templates in <b>/cs:sites/cs:lightboxes/cs:settings/cs:templates/cs:ingestions/managed-lightbox-templates.json</b>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","managed","templates",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"7889cdf6-0826-441d-a1c1-366db6bc1628","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"9b0e1964-66ca-4705-abdc-06e236557114","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/templates/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","managed","templates",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"description\": \"<string>\",\n\t\t\t\"editor\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"description\": \"<string>\",\n\t\t\t\"editor\": \"<string>\"\n\t\t}\n\t]\n}"},{"id":"f941dc47-7097-4909-9709-82efc6d09afa","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/templates/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","managed","templates",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5c7fc22c-d05c-4cef-8e13-50a73bf4ff9c","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/templates/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","managed","templates",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"4af8fed7-a1e2-45fa-934e-035093a7dec9"},{"name":"/dmc/v1/lightboxes/managed/registry/:siteName","id":"112b047f-c55f-4de9-b183-dc21bafa3426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/registry/:siteName","description":"<p>Re-read the JSON content in the repository <b>/cs:sites/cs:lightboxes/cs:settings/cs:templates/cs:ingestions/managed-lightbox-templates.json</b>, and cache it on code level.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","managed","registry",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"81f69fc9-80f0-494f-a7ef-62b2ccf2b7b6","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"0e1db231-e5d4-4b72-8390-8d841115de44","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","managed","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"reloaded\": \"<boolean>\",\n\t\t\"registry\": \"<string>\"\n\t}\n}"},{"id":"e85091ea-6465-4d73-8de1-5d4ff5855d1c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","managed","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"889c8b51-4d8c-41b1-899b-996aa5f725f6","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","managed","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"112b047f-c55f-4de9-b183-dc21bafa3426"},{"name":"/dmc/v1/lightboxes/managed/registry/:siteName","id":"e888277b-3945-4c21-a273-b1fb2f9aaa61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/registry/:siteName","description":"<p>Return the cached registry.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","managed","registry",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"0e4058c0-2173-4c03-b315-932f242c32fd","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"746ca642-ec3b-4929-a19a-f90a13ae4ec0","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","managed","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"templates\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"filters\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"actions\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"editor\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"properties\": {}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"description\": \"<string>\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"filters\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"actions\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"editor\": \"<string>\",\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"properties\": {}\n\t\t\t}\n\t\t],\n\t\t\"filters\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"fields\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"query\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"query\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"operation\": \"AND\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"fields\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"query\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"type\": \"<string>\",\n\t\t\t\t\t\t\"query\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"operation\": \"AND\"\n\t\t\t}\n\t\t],\n\t\t\"actions\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\"\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"9e207633-4a54-4a47-941f-3304e840e522","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","managed","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6cd4bddd-707d-4407-9f81-c3fd621d8bab","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","lightboxes","managed","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e888277b-3945-4c21-a273-b1fb2f9aaa61"},{"name":"/dmc/v1/lightboxes/managed/release","id":"2334b7b8-63cd-42bc-9fc2-a5d5e6399cda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"items\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/release","description":"<p>Releases items in the Managed Lightbox to their destination.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","managed","release"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"82facdc0-bfba-4c15-a2eb-e0f0205cbb69","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"items\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/release"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"items\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"lightboxes\": [\n\t\t\t{\n\t\t\t\t\"lightbox\": \"<string>\",\n\t\t\t\t\"noChildren\": \"<boolean>\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"lightbox\": \"<string>\",\n\t\t\t\t\"noChildren\": \"<boolean>\"\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"52184d1a-6a9b-486b-9778-07f959f72ef8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"items\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/release"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f0b45257-7dce-4f60-83ad-3cc9a598005f","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"items\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/release"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"2334b7b8-63cd-42bc-9fc2-a5d5e6399cda"},{"name":"/dmc/v1/lightboxes/managed/run-rules","id":"1af86528-447e-4180-a314-3bb9c810709e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"items\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/run-rules","description":"<p>Given a list of assets, trigger their parent (MLB) rules</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","lightboxes","managed","run-rules"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"b2e9939f-b5fc-470c-bc95-753cf479ff81","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"items\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/run-rules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:filename\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:fileExtension\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:size\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:mimetype\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:filename\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:fileExtension\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:size\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:mimetype\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t]\n}"},{"id":"1fb353f2-ec1e-4137-afc8-503a6d5c1252","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"items\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/run-rules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"38dbb152-0e29-4b6a-93ee-13dcc773261a","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"items\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/lightboxes/managed/run-rules"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"1af86528-447e-4180-a314-3bb9c810709e"},{"name":"/dmc/v1/projects","id":"13654ccf-45b1-4794-8b3a-8eacc187c05b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects","description":"<p>Creates a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","projects"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"08bd2295-bc82-496d-a6c4-8740ef113898","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5964e0b7-997a-4a7a-a919-4f6a5593ba2a","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"18718bdc-5353-400e-ac1d-b09a974d4830","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"3bc58517-e021-4c3d-929b-e64fa825d72c","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"13654ccf-45b1-4794-8b3a-8eacc187c05b"},{"name":"/dmc/v1/projects","id":"e0f28c2b-52a9-4019-b3b9-440fa2fc5513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node Id of a project</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects","description":"<p>Retrieves metadata of a Project. To list all the Projects, set \"X-Node-Id\" in header to \"/\".</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","projects"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"c6a66ef7-66a4-46cd-828d-92474c6a4ea4","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b0c21f17-de3b-4f3d-9491-08fbb4e65d0f","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7f5e98f2-3d19-48f3-905b-78f7f01320b4","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cccfaefc-f710-479f-97d5-3cd9ee387c8a","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e0f28c2b-52a9-4019-b3b9-440fa2fc5513"},{"name":"/dmc/v1/projects","id":"b51e1409-db3f-42ea-b000-1ec024c89e13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Node Id of a project</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects","description":"<p>Updates properties of a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","projects"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"30d92aac-bd5b-40e5-a2fb-380b84e572eb","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8b1a4576-7dd6-4ad9-982a-a62930bbc196","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"cc014c30-f0b0-4b0e-a894-9d63b0e5e3e8","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"be0ee775-5b1a-40fb-a0e0-094bf2c49ae6","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b51e1409-db3f-42ea-b000-1ec024c89e13"},{"name":"/dmc/v1/projects","id":"cec3cb84-9609-4648-88ee-34efe0500a1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Node Id of a project. Support multiple node ids in CSV form.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects","description":"<p>Deletes a project. To delete multiple projects, set \"X-Node-Id\" with multiple Ids in CSV form.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","projects"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"02b4ff3d-7290-485d-af84-f130f95cdd21","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a project. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t},\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"909bfc46-2325-4455-8303-96b505e73b11","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a project. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"9ca8912b-5661-4a68-984b-e2159508f66e","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a project. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"e3253803-16fb-4611-8937-ffcd398401fe","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a project. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"cec3cb84-9609-4648-88ee-34efe0500a1a"},{"name":"/dmc/v1/projects/tasks","id":"1c1a298f-475f-4287-9f35-ecff44565f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node Id of a project</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects/tasks?sortBy=<string>&order=<string>","description":"<p>Retrieves tasks of a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","projects","tasks"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>The property used to sort the list</p>\n","type":"text/plain"},"key":"sortBy","value":"<string>"},{"description":{"content":"<p>The order direction</p>\n","type":"text/plain"},"key":"order","value":"<string>"}],"variable":[]}},"response":[{"id":"2e4a164f-7c27-40ea-8303-0b7fc7ea2d1b","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/projects/tasks?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","projects","tasks"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"064af644-b270-42c8-be18-64ff9d0cab76","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/projects/tasks?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","projects","tasks"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8e06e5f0-af60-4da8-93d2-0bb2d57c3799","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/projects/tasks?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","projects","tasks"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0408aba6-e73f-4a8a-9448-d4f4620cfab0","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/projects/tasks?sortBy=<string>&order=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","projects","tasks"],"query":[{"description":"The property used to sort the list","key":"sortBy","value":"<string>"},{"description":"The order direction","key":"order","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"1c1a298f-475f-4287-9f35-ecff44565f30"},{"name":"/dmc/v1/projects/costs-schedules","id":"30c43cd5-88f1-46b2-947e-b8142b56352d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Node Id of a project</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"budgetedCost\": \"<double>\",\n\t\"startDate\": \"<date>\",\n\t\"finishDate\": \"<date>\",\n\t\"actualCost\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects/costs-schedules","description":"<p>Updates costs and schedules of a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","projects","costs-schedules"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"03d928c6-b22a-48e9-b93d-04a1626b3664","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"budgetedCost\": \"<double>\",\n\t\"startDate\": \"<date>\",\n\t\"finishDate\": \"<date>\",\n\t\"actualCost\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects/costs-schedules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"costNodeId\": \"<string>\",\n\t\t\"scheduleNodeId\": \"<string>\"\n\t}\n}"},{"id":"6b47a534-a508-4abe-b865-5a09c7c9bbea","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"budgetedCost\": \"<double>\",\n\t\"startDate\": \"<date>\",\n\t\"finishDate\": \"<date>\",\n\t\"actualCost\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects/costs-schedules"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"36940c0c-a87d-4539-bd93-b54be65ca5e5","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"budgetedCost\": \"<double>\",\n\t\"startDate\": \"<date>\",\n\t\"finishDate\": \"<date>\",\n\t\"actualCost\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects/costs-schedules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"670a8b08-a4e9-4675-b972-a66e32d1968c","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"budgetedCost\": \"<double>\",\n\t\"startDate\": \"<date>\",\n\t\"finishDate\": \"<date>\",\n\t\"actualCost\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/projects/costs-schedules"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"30c43cd5-88f1-46b2-947e-b8142b56352d"}],"id":"ccd4515d-b85c-4c01-b732-1b02aa2171fe","description":"<p>Retrieve and manage Private Lightbox, Managed Lightbox and Shared Lightboxes (of Private or Manage Lightbox)</p>\n","_postman_id":"ccd4515d-b85c-4c01-b732-1b02aa2171fe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"dmc - projects","item":[],"id":"3ce3e064-68b6-4b9d-9a17-ddeffb039f1b","description":"<p>Retrieve and manage projects</p>\n","_postman_id":"3ce3e064-68b6-4b9d-9a17-ddeffb039f1b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"dmc - tasks","item":[{"name":"/dmc/v1/tasks","id":"c0ba95f1-4494-46af-af7a-20aa62ab0413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Node Id of a project</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks","description":"<p>Creates a task in a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","tasks"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"5eecb88d-193d-4b9f-bc8e-64726070aeae","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"82ffffbc-bebb-427e-a7b1-6aa5c615f200","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5d49fef1-5ef7-43c2-b3f6-1202eb4e9438","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6b9a84a4-b512-40b5-9798-a56cc55ada97","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Node Id of a project","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"c0ba95f1-4494-46af-af7a-20aa62ab0413"},{"name":"/dmc/v1/tasks","id":"2110c93b-654e-45f8-ba9b-c6cb81ade566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node id of a task</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks","description":"<p>Retrieves metadata of a task.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","tasks"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"3239fefe-e94f-4e1d-9031-0eb964b39f40","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"e7ff9c83-a867-4c92-8815-fbacba39d056","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"01759664-a981-4f56-97c9-07f3ff0de3a1","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"671aebd5-6da4-4a83-93e6-f757617c76a5","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"2110c93b-654e-45f8-ba9b-c6cb81ade566"},{"name":"/dmc/v1/tasks","id":"54135042-fc5c-427c-87c7-d5de7209feb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Node id of a task</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks","description":"<p>Updates properties of a task.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","tasks"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"ba425236-f66d-4af6-890e-7998881136a8","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t},\n\t\t\"ldp:contains\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t]\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"db87122f-cc0b-4976-9c3e-e58dce45f0b8","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"bafc0df5-2575-4943-abe4-2a42bdecbf95","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0ba3abb9-2735-4a80-9fef-a6c6189336df","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"54135042-fc5c-427c-87c7-d5de7209feb6"},{"name":"/dmc/v1/tasks","id":"5b63e19c-14de-4ea7-866f-1cd625af62a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Node Id of a task. Support multiple node ids in CSV form.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks","description":"<p>Delete a task. To delete multiple tasks, set \"X-Node-Id\" in header with task Ids in CSV form.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","tasks"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"d45ac40f-469b-4018-a685-047c9abcb523","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a task. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"1000c853-e8f6-4050-b99a-81198da5fa01","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a task. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"d350d904-b94a-4193-a458-be8fdd05cb41","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a task. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8ab97504-acdc-4fc5-a6f6-e71222e67bad","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node Id of a task. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"5b63e19c-14de-4ea7-866f-1cd625af62a3"},{"name":"/dmc/v1/tasks/references/source","id":"f2be2c29-474b-40f8-839d-95f77da9cb28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node id of a task</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/references/source?referenceRelation=<string>","description":"<p>Get content/items/references that being referenced to the task (in \"cs:referencedBy\" folder)</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","tasks","references","source"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>(Required) Filter the list of references by referenceRelation. Value must be in prefixed form</p>\n","type":"text/plain"},"key":"referenceRelation","value":"<string>"}],"variable":[]}},"response":[{"id":"f7c3573f-7e5d-4de6-ba26-8222d92f807d","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/references/source?referenceRelation=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","tasks","references","source"],"query":[{"description":"(Required) Filter the list of references by referenceRelation. Value must be in prefixed form","key":"referenceRelation","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t],\n\t\"message\": \"<string>\"\n}"},{"id":"e7adaff4-52a0-45d7-8768-bb200d12b15e","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/references/source?referenceRelation=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","tasks","references","source"],"query":[{"description":"(Required) Filter the list of references by referenceRelation. Value must be in prefixed form","key":"referenceRelation","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0a5254e8-0644-477d-ab7d-b658554670ef","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/references/source?referenceRelation=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","tasks","references","source"],"query":[{"description":"(Required) Filter the list of references by referenceRelation. Value must be in prefixed form","key":"referenceRelation","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"febe6c5b-3cba-4339-8035-16da5ea39215","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/references/source?referenceRelation=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","tasks","references","source"],"query":[{"description":"(Required) Filter the list of references by referenceRelation. Value must be in prefixed form","key":"referenceRelation","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f2be2c29-474b-40f8-839d-95f77da9cb28"},{"name":"/dmc/v1/tasks/costs-schedules","id":"642df51d-99bb-41e6-a9d0-64d08912207f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Node id of a task</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"budgetedCost\": \"<double>\",\n\t\"startDate\": \"<date>\",\n\t\"finishDate\": \"<date>\",\n\t\"actualCost\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/costs-schedules","description":"<p>Updates costs and schedules of a Task</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","tasks","costs-schedules"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"6278bc70-7a98-4e9a-80b4-141ef8af8da6","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"budgetedCost\": \"<double>\",\n\t\"startDate\": \"<date>\",\n\t\"finishDate\": \"<date>\",\n\t\"actualCost\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/costs-schedules"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"costNodeId\": \"<string>\",\n\t\t\"scheduleNodeId\": \"<string>\"\n\t}\n}"},{"id":"1d9b63c3-27a0-4670-8320-85c60d726b23","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"budgetedCost\": \"<double>\",\n\t\"startDate\": \"<date>\",\n\t\"finishDate\": \"<date>\",\n\t\"actualCost\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/costs-schedules"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"b93db5f6-2496-4bc6-a890-0fe489256b6a","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"budgetedCost\": \"<double>\",\n\t\"startDate\": \"<date>\",\n\t\"finishDate\": \"<date>\",\n\t\"actualCost\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/costs-schedules"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7cba3918-2a85-4ae2-803c-638484d7141f","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a task","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"budgetedCost\": \"<double>\",\n\t\"startDate\": \"<date>\",\n\t\"finishDate\": \"<date>\",\n\t\"actualCost\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/costs-schedules"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"642df51d-99bb-41e6-a9d0-64d08912207f"},{"name":"/dmc/v1/tasks/templates","id":"a677f3c9-517b-4c9d-bd20-8c1f513e4769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/templates","description":"<p>Lists all the Task templates in <b>/cs:sites/cs:wm/cs:settings/cs:templates/cs:tasks/task-templates.json</b>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","tasks","templates"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"cba52a4d-c348-49c9-bdfd-f7a2126eb039","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"editor\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"editor\": \"<string>\"\n\t\t}\n\t]\n}"},{"id":"014f070e-a3c3-41d7-8d21-f2c4eda33286","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/templates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2a5a5088-b210-4331-87fb-35dfbe93c16f","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/templates"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"a677f3c9-517b-4c9d-bd20-8c1f513e4769"},{"name":"/dmc/v1/tasks/registry","id":"b5e30091-b609-4710-a7ff-68868d495750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/registry","description":"<p>Return the cached registries.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","tasks","registry"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"c2d0a391-425b-434f-9bd7-ba16a856f930","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/registry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"task-types\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"editor\": \"<string>\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"properties\": {},\n\t\t\t\t\"node-config\": {}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"editor\": \"<string>\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"properties\": {},\n\t\t\t\t\"node-config\": {}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"6de38746-a732-4cef-98b6-6578f58b5f9b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/registry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2a9ff1cf-6a8e-4e9e-8a7c-68e2f5c03e02","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/registry"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b5e30091-b609-4710-a7ff-68868d495750"},{"name":"/dmc/v1/tasks/registry","id":"279f39cb-6ad7-47b6-8f8e-a61fffd8f0b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/registry","description":"<p>Re-read the JSON content in the repository <b>/cs:sites/cs:wm/cs:settings/cs:templates/cs:tasks/task-templates.json</b>, and cache it on code level.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","tasks","registry"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"b88d2e10-182c-4d7b-bc90-3f7463d4c6b2","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/registry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"reloaded\": \"<boolean>\"\n\t}\n}"},{"id":"697e7c54-a537-40f4-9b15-40a87b6cc112","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/registry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f64877b0-aca0-470b-a69d-ebd00bdc3004","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/tasks/registry"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"279f39cb-6ad7-47b6-8f8e-a61fffd8f0b2"}],"id":"20bb93ed-ce64-4912-b673-11d0f8e494ac","description":"<p>Retrieve and manage tasks</p>\n","_postman_id":"20bb93ed-ce64-4912-b673-11d0f8e494ac","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}},{"name":"dmc - work requests","item":[{"name":"/dmc/v1/work-requests","id":"0fb98b47-e9f6-4860-895c-f9a7f20c8c1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Root folder of work request</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"workRequestType\": \"print\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"workRequestDueDate\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests","description":"<p>Creates a Work Request in <code>/cs:sites/cs:wm/cs:documents/cs:work-requests</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","work-requests"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"849a0deb-b2d0-4ae0-a54b-179991660de8","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Root folder of work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"workRequestType\": \"print\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"workRequestDueDate\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"a487c2e1-7235-4452-8683-1d787781d31e","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Root folder of work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"workRequestType\": \"print\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"workRequestDueDate\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"be859c1e-e288-4ad2-87ab-6af10483107a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Root folder of work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"workRequestType\": \"print\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"workRequestDueDate\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"630f92c3-10eb-48a1-abf2-b54fc85e3292","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Root folder of work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"<string>\",\n\t\"workRequestType\": \"print\",\n\t\"title\": \"<string>\",\n\t\"description\": \"<string>\",\n\t\"workRequestDueDate\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"0fb98b47-e9f6-4860-895c-f9a7f20c8c1b"},{"name":"/dmc/v1/work-requests","id":"356b0f1e-e19e-4852-8406-85c2796ffaef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node id of a work request</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests","description":"<p>Retrieves metadata of a work request.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","work-requests"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"10375279-264a-4b76-a244-f0054cfe6e76","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"ff5b48be-3d17-4810-9808-ae451f38dffd","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"8ce097dd-408f-44c2-b8fd-9864de0cad3f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a9e0ac1b-7981-4417-bf49-83173cd8709e","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"356b0f1e-e19e-4852-8406-85c2796ffaef"},{"name":"/dmc/v1/work-requests","id":"d57b2c40-e204-4b69-bb7f-2334c6596931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"description":"<p>(Required) Node id of a work request</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests","description":"<p>Updates properties of a work request.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","work-requests"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"90ed46d5-5021-45d3-b829-cf8e7c791e58","name":"Successful response","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"29832535-2507-415e-8ee6-3a88174cddf4","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ae0cf9af-31b2-4a02-a69f-6787bead6125","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"6c84f640-6f8d-48b5-b277-23f50b1f296b","name":"Unexpected error","originalRequest":{"method":"PATCH","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"d57b2c40-e204-4b69-bb7f-2334c6596931"},{"name":"/dmc/v1/work-requests","id":"e3aff176-d98a-4d4c-9c4b-aed30d170f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Node id of a work request. Support multiple node ids in CSV form.</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests","description":"<p>Deletes a work request. To delete multiple work requests, set the work request Ids on \"X-Node-Id\" header in CSV form.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","work-requests"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"9831e825-e41b-428b-baf0-3fa500cacc8b","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a work request. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"success\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"failed\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"errorMessage\": \"<string>\"\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"1235aa04-c56f-4775-8efc-8625e2ac4d11","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a work request. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"5eb761ff-d6d5-438b-af7c-adc517dca8c1","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a work request. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"1c7e852b-5159-43c8-96ae-b2a56daff02c","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a work request. Support multiple node ids in CSV form.","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"e3aff176-d98a-4d4c-9c4b-aed30d170f58"},{"name":"/dmc/v1/work-requests/list","id":"d0c2f343-a1f8-457b-807c-e50008ef0598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Root folder of work request</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/list","description":"<p>Lists all the work requests.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","work-requests","list"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"0893dacd-fbb7-4611-b46f-67229596b6ea","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Root folder of work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": {\n\t\t\"id\": \"<string>\",\n\t\t\"types\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:name\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"cs:entity\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModified\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:created\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:createdBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\"<string>\",\n\t\t\t\"<string>\"\n\t\t],\n\t\t\"extensions\": {\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"shortId\": \"<string>\",\n\t\t\t\"entity\": \"<string>\",\n\t\t\t\"path\": \"<string>\",\n\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\"parent\": {\n\t\t\t\t\"path\": \"<string>\"\n\t\t\t},\n\t\t\t\"driveType\": \"<string>\",\n\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\"actions\": {\n\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t}\n\t\t}\n\t},\n\t\"message\": \"<string>\"\n}"},{"id":"1806073f-afd3-4283-ac12-d0df00220370","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Root folder of work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"32a84824-504a-4538-b8c5-a0aa974621ab","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Root folder of work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0ebd7ace-e089-4774-b051-44352fb51b08","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Root folder of work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/list"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"d0c2f343-a1f8-457b-807c-e50008ef0598"},{"name":"/dmc/v1/work-requests/references","id":"de46d5a3-5074-4e15-a2fa-0540a986b2e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) Node id of a work request</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"targetIds\": [\n\t\t\"<string>\"\n\t],\n\t\"referenceType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references","description":"<p>Adds tasks to a work request - as reference.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","work-requests","references"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"2e5e7420-7fa4-4116-942c-4106b432bc40","name":"Successful response","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetIds\": [\n\t\t\"<string>\"\n\t],\n\t\"referenceType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"targetRefId\": \"<string>\",\n\t\t\t\"sourceRefId\": \"<string>\",\n\t\t\t\"referenceRelation\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"targetRefId\": \"<string>\",\n\t\t\t\"sourceRefId\": \"<string>\",\n\t\t\t\"referenceRelation\": \"<string>\"\n\t\t}\n\t],\n\t\"message\": \"<string>\"\n}"},{"id":"4a96645d-7ebb-447d-a2d0-966ede400be2","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetIds\": [\n\t\t\"<string>\"\n\t],\n\t\"referenceType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"fa4c614b-3c1f-48a9-92d6-f692d01c1be6","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetIds\": [\n\t\t\"<string>\"\n\t],\n\t\"referenceType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"c7366cf5-7a09-4d6d-9228-2808e3f61630","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetIds\": [\n\t\t\"<string>\"\n\t],\n\t\"referenceType\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"de46d5a3-5074-4e15-a2fa-0540a986b2e0"},{"name":"/dmc/v1/work-requests/references","id":"97c45683-4535-475d-83f9-c393d7ace49c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>(Required) Node id of a work request</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"targetRefIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references","description":"<p>Removes task references from a work request.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","work-requests","references"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[]}},"response":[{"id":"c3ce7f14-b9b5-44d5-8e23-789c59ad67ad","name":"Successful response","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetRefIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"deletedTargetRefUrl\": \"<string>\",\n\t\t\t\"deletedSourceRefUrl\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"deletedTargetRefUrl\": \"<string>\",\n\t\t\t\"deletedSourceRefUrl\": \"<string>\"\n\t\t}\n\t],\n\t\"message\": \"<string>\"\n}"},{"id":"13010a89-31b9-408f-add4-a1f3b1f86ae5","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetRefIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"ae143717-eb00-4819-baf3-1d4fcff9831c","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetRefIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"0793b15e-362c-4ca7-abcb-65465b525aab","name":"Unexpected error","originalRequest":{"method":"DELETE","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n\t\"targetRefIds\": [\n\t\t\"<string>\",\n\t\t\"<string>\"\n\t]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"97c45683-4535-475d-83f9-c393d7ace49c"},{"name":"/dmc/v1/work-requests/references/target","id":"f887d7e4-4dfe-40a9-a31e-4a20bd1926c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) Node id of a work request</p>\n","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references/target?type=<string>","description":"<p>List content/items/references that are referenced by a work request, filtered by type (\"cs:referenceRelation\" property).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","work-requests","references","target"],"host":["https://cs-beta.contentapp.io/api"],"query":[{"description":{"content":"<p>(Required) Filter the list of references by reference relation. Value must be in prefixed form</p>\n","type":"text/plain"},"key":"type","value":"<string>"}],"variable":[]}},"response":[{"id":"663c0511-cfb2-42d6-8469-2f3ddcb60288","name":"Successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references/target?type=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","references","target"],"query":[{"description":"(Required) Filter the list of references by reference relation. Value must be in prefixed form","key":"type","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"success\": \"<boolean>\",\n\t\"code\": \"<integer>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"types\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:name\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"cs:entity\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"extensions\": {\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"shortId\": \"<string>\",\n\t\t\t\t\"entity\": \"<string>\",\n\t\t\t\t\"path\": \"<string>\",\n\t\t\t\t\"displayPath\": \"<string>\",\n\t\t\t\t\"parent\": {\n\t\t\t\t\t\"path\": \"<string>\"\n\t\t\t\t},\n\t\t\t\t\"driveType\": \"<string>\",\n\t\t\t\t\"isHidden\": \"<boolean>\",\n\t\t\t\t\"actions\": {\n\t\t\t\t\t\"canEditProperties\": \"<boolean>\",\n\t\t\t\t\t\"canEditLifecycle\": \"<boolean>\",\n\t\t\t\t\t\"canEditPermissions\": \"<boolean>\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"ldp:contains\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModified\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:created\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:createdBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t],\n\t\t\t\"fedora:lastModifiedBy\": [\n\t\t\t\t\"<string>\",\n\t\t\t\t\"<string>\"\n\t\t\t]\n\t\t}\n\t],\n\t\"message\": \"<string>\"\n}"},{"id":"c4eb7982-f41f-4aaa-955d-412444712422","name":"Bad request/ Client error, for example, malformed request syntax, invalid request message framing, or deceptive request routing","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references/target?type=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","references","target"],"query":[{"description":"(Required) Filter the list of references by reference relation. Value must be in prefixed form","key":"type","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"96c605f4-022f-4f89-9d18-6ee8288656ca","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references/target?type=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","references","target"],"query":[{"description":"(Required) Filter the list of references by reference relation. Value must be in prefixed form","key":"type","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"f922d856-f0ac-40d4-9057-9af2e3029797","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"description":"(Required) Node id of a work request","key":"X-Node-Id","value":"<string>"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/references/target?type=<string>","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","references","target"],"query":[{"description":"(Required) Filter the list of references by reference relation. Value must be in prefixed form","key":"type","value":"<string>"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"f887d7e4-4dfe-40a9-a31e-4a20bd1926c1"},{"name":"/dmc/v1/work-requests/templates/:siteName","id":"4c40b1b3-22a4-42f7-84ec-5a010fb528a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/templates/:siteName","description":"<p>Lists all work request templates in <b>/cs:sites/{siteUrlName}/cs:settings/cs:templates/cs:work-requests/work-request-templates.json</b>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","work-requests","templates",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"b9035433-628d-453d-bcb1-fbc92a90a15f","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"1a703d3e-ce94-40a3-aa35-5c28cd2444ab","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/templates/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","templates",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": [\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"editor\": \"<string>\"\n\t\t},\n\t\t{\n\t\t\t\"id\": \"<string>\",\n\t\t\t\"name\": \"<string>\",\n\t\t\t\"editor\": \"<string>\"\n\t\t}\n\t]\n}"},{"id":"e18c5999-cd0a-4581-b2ba-052396a0fe11","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/templates/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","templates",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"a6c0bda5-1f29-4dca-9351-cc3ba5df41d5","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/templates/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","templates",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"4c40b1b3-22a4-42f7-84ec-5a010fb528a3"},{"name":"/dmc/v1/work-requests/registry/:siteName","id":"b15e40b8-f948-4080-abe8-3bf842b78dc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/registry/:siteName","description":"<p>Return the cached registries.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","work-requests","registry",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"e0d90a3f-5504-4b8e-92fa-a1064c6d91c6","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"d989a1ec-1c40-4fd5-820b-fc0e50b76eae","name":"Successful response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"folder-types\": [\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"editor\": \"<string>\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"properties\": {},\n\t\t\t\t\"node-config\": {}\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"id\": \"<string>\",\n\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\"editor\": \"<string>\",\n\t\t\t\t\"scripts\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"name\": \"<string>\",\n\t\t\t\t\t\t\"events\": \"<string>\"\n\t\t\t\t\t}\n\t\t\t\t],\n\t\t\t\t\"types\": [\n\t\t\t\t\t\"<string>\",\n\t\t\t\t\t\"<string>\"\n\t\t\t\t],\n\t\t\t\t\"properties\": {},\n\t\t\t\t\"node-config\": {}\n\t\t\t}\n\t\t]\n\t}\n}"},{"id":"8861791e-7f2f-40df-bea5-50f65593bf01","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"2bc3e839-a68d-41dd-bd96-de5c7235507c","name":"Unexpected error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b15e40b8-f948-4080-abe8-3bf842b78dc7"},{"name":"/dmc/v1/work-requests/registry/:siteName","id":"b10e8d8b-18a3-461c-8f94-5feb5787ca98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/registry/:siteName","description":"<p>Re-read the JSON content in the repository <b>/cs:sites/{siteUrlName}/cs:settings/cs:templates/cs:work-requests/work-request-templates.json</b>, and cache it on code level.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}},"urlObject":{"path":["dmc","v1","work-requests","registry",":siteName"],"host":["https://cs-beta.contentapp.io/api"],"query":[],"variable":[{"id":"97fd437c-1782-4740-971c-0bf5bb66d8c9","description":{"content":"<p>(Required) The site short name</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"siteName"}]}},"response":[{"id":"d2dd352a-25f0-46e6-ba27-1712f0b86c16","name":"Successful response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"success\": \"<boolean>\",\n\t\"message\": \"<string>\",\n\t\"payLoad\": {\n\t\t\"reloaded\": \"<boolean>\",\n\t\t\"registry\": \"<string>\"\n\t}\n}"},{"id":"6277395a-2aea-4544-9f27-6664f559d948","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"},{"id":"7a27b22b-bfb9-492e-9cd9-ffd4ded04452","name":"Unexpected error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://cs-beta.contentapp.io/api/dmc/v1/work-requests/registry/:siteName","host":["https://cs-beta.contentapp.io/api"],"path":["dmc","v1","work-requests","registry",":siteName"],"variable":[{"key":"siteName"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"code\": \"<integer>\",\n\t\"message\": \"<string>\"\n}"}],"_postman_id":"b10e8d8b-18a3-461c-8f94-5feb5787ca98"}],"id":"8117a75a-d027-4b6b-9352-9379ae334f4a","description":"<p>Retrieve and manage work requests</p>\n","_postman_id":"8117a75a-d027-4b6b-9352-9379ae334f4a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"e465f445-c860-48cd-90d1-5903e6dda8b7","id":"e465f445-c860-48cd-90d1-5903e6dda8b7","name":"Content Harbour Rest API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"variable":[{"id":"b7609795-9a3b-4a06-a81e-869bff858356","key":"baseUrl","value":"https://cs-beta.contentapp.io/api"}]}