{"info":{"_postman_id":"2c47e8f8-e474-47e7-91eb-2842a9f4b142","name":"dotCMS Rest API documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"4369774","collectionId":"2c47e8f8-e474-47e7-91eb-2842a9f4b142","publishedId":"UVsSLhrw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-22T21:14:51.000Z"},"item":[{"name":"Rest APIs_v1","item":[{"name":"Content","item":[{"name":"ContentVersionResource","item":[{"name":"findVersions","id":"ad47de00-0d37-476e-8ba6-4bc4a799e4ed","request":{"method":"GET","header":[{"key":"Accept","value":"application/json;charset=UTF-8"}],"url":"https://demo.dotcms.com/api/v1/content/versions/?inodes=ea non&identifier=ea non&groupByLang=ea non&limit=-15283749","description":"<p>This method retrieves all versions for a piece content either by a given identifier or a set of inodes.</p>\n<p>You can also provide the optional param (groupByLang) to organize the resulting list by language</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","content","versions",""],"host":["https://demo.dotcms.com/api"],"query":[{"key":"inodes","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"groupByLang","value":"ea non"},{"key":"limit","value":"-15283749"}],"variable":[]}},"response":[{"id":"84ec73b7-5eeb-4d2a-8f21-c7062ebee2b7","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/content/versions/?inodes=ea non&identifier=ea non&groupByLang=ea non&limit=-15283749","host":["https://demo.dotcms.com/api"],"path":["v1","content","versions",""],"query":[{"key":"inodes","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"groupByLang","value":"ea non"},{"key":"limit","value":"-15283749"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ad47de00-0d37-476e-8ba6-4bc4a799e4ed"},{"name":"findByInode","id":"a39f0b41-a952-4fdc-a7b8-d08de8e3fdcb","request":{"method":"GET","header":[{"key":"Accept","value":"application/json;charset=UTF-8"}],"url":"https://demo.dotcms.com/api/v1/content/versions/:inode","description":"<p>Given a Set of inodes This will return the respective Contentlets. If the inode does not belong into the database an exception will be raised.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","content","versions",":inode"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"d2fdf73f-cd82-44d5-b2af-36a307eaebcb","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"inode"}]}},"response":[{"id":"b3aa6d7f-bb80-4db7-b304-a0cecb7df822","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/content/versions/:inode","host":["https://demo.dotcms.com/api"],"path":["v1","content","versions",":inode"],"variable":[{"key":"inode","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a39f0b41-a952-4fdc-a7b8-d08de8e3fdcb"}],"id":"e590d243-7df6-4f5d-8893-b8aa5d908745","description":"<p><em><strong>@Path (\"/v1/content/versions\")</strong></em></p>\n","_postman_id":"e590d243-7df6-4f5d-8893-b8aa5d908745","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"ContentResource","item":[{"name":"getContent","id":"2365fd9b-ec2d-4e77-a13a-af8cd8e4fa86","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/content/:inodeOrIdentifier?language=-1","description":"<p>Retrieve a contentlet if exists, 404 otherwise</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","content",":inodeOrIdentifier"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"language","value":"-1"}],"variable":[{"id":"ca70898f-97e0-467c-82e7-47d635598960","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"inodeOrIdentifier"}]}},"response":[{"id":"ba953690-1663-454f-bd7c-5a00872bcfe4","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/content/:inodeOrIdentifier?language=-1","host":["https://demo.dotcms.com/api"],"path":["v1","content",":inodeOrIdentifier"],"query":[{"key":"language","value":"-1"}],"variable":[{"key":"inodeOrIdentifier","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2365fd9b-ec2d-4e77-a13a-af8cd8e4fa86"},{"name":"canLockContent","id":"fb1120f8-10d9-4b08-8129-82b3230b6720","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/content/_canlock/:inodeOrIdentifier?language=-1","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","content","_canlock",":inodeOrIdentifier"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"language","value":"-1"}],"variable":[{"id":"0bc2f5fa-d606-41cb-a867-5a7e507b1ab1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"inodeOrIdentifier"}]}},"response":[{"id":"10840460-81d0-4370-a07c-513084cf7060","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/content/_canlock/:inodeOrIdentifier?language=-1","host":["https://demo.dotcms.com/api"],"path":["v1","content","_canlock",":inodeOrIdentifier"],"query":[{"key":"language","value":"-1"}],"variable":[{"key":"inodeOrIdentifier","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"fb1120f8-10d9-4b08-8129-82b3230b6720"}],"id":"4593d974-d6ba-4208-bfc5-c63a29fb9ee0","description":"<p><em><strong>@Path (\"/v1/content\")</strong></em></p>\n","_postman_id":"4593d974-d6ba-4208-bfc5-c63a29fb9ee0","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"ResourceLinkResource","item":[{"name":"findResourceLinks","id":"8798bff8-d7bf-4f72-9e89-478ff0bbfcfb","request":{"method":"GET","header":[{"key":"Accept","value":"application/json;charset=UTF-8"}],"url":"https://demo.dotcms.com/api/v1/content/resourcelinks?inode=ea non&identifier=ea non&language=-1","description":"<p>Given an inode or identifier this will build get you a Resource Link  </p>\n<ul>\n<li>This will retrieve all binaries field for the contentlet  </li>\n<li>The inode nor identifier, is expected other wise you'll get exception</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","content","resourcelinks"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"}],"variable":[]}},"response":[{"id":"0669ed6d-e40d-4e9c-a515-147e63b25952","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/content/resourcelinks?inode=ea non&identifier=ea non&language=-1","host":["https://demo.dotcms.com/api"],"path":["v1","content","resourcelinks"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8798bff8-d7bf-4f72-9e89-478ff0bbfcfb"},{"name":"findResourceLink","id":"db80fe5d-ea7a-4e56-916e-84f08819cf05","request":{"method":"GET","header":[{"key":"Accept","value":"application/json;charset=UTF-8"}],"url":"https://demo.dotcms.com/api/v1/content/resourcelinks/field/:field?inode=ea non&identifier=ea non&language=-1","description":"<p>Given an inode or identifier this will build get you a Resource Link for a specific field. The inode nor identifier, is expected other wise you'll get exception</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","content","resourcelinks","field",":field"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"}],"variable":[{"id":"7a48f71a-4997-4c9f-ad66-c2378eb0b705","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"field"}]}},"response":[{"id":"6d79b94b-d4c5-41b3-b4ac-68d831b4fee6","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/content/resourcelinks/field/:field?inode=ea non&identifier=ea non&language=-1","host":["https://demo.dotcms.com/api"],"path":["v1","content","resourcelinks","field",":field"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"}],"variable":[{"key":"field","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"db80fe5d-ea7a-4e56-916e-84f08819cf05"}],"id":"30f792ea-655f-4282-b658-c1512fd60b0a","description":"<p><em><strong>@Path (\"/v1/content/resourcelinks\")</strong></em></p>\n","_postman_id":"30f792ea-655f-4282-b658-c1512fd60b0a","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"findResourceLink","id":"855a4014-9bdb-413f-90d0-d2e927951296","request":{"method":"GET","header":[{"key":"Accept","value":"application/json;charset=UTF-8"}],"url":"https://demo.dotcms.com/api/v1/content/fileassets/:inode/resourcelink","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","content","fileassets",":inode","resourcelink"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"c5e80e9d-d34b-46ca-9be6-0f8b1b6a48ce","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"inode"}]}},"response":[{"id":"58bf0c37-4843-42c2-9492-d52d123ac0ea","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/content/fileassets/:inode/resourcelink","host":["https://demo.dotcms.com/api"],"path":["v1","content","fileassets",":inode","resourcelink"],"variable":[{"key":"inode","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"855a4014-9bdb-413f-90d0-d2e927951296"}],"id":"1706ac68-b02c-44dc-ae5e-57204bbfccc2","_postman_id":"1706ac68-b02c-44dc-ae5e-57204bbfccc2","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"Language","item":[{"name":"LanguagesResource","item":[{"name":"list","id":"665b7eed-b560-4ce4-aa2e-42539efbc8d7","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/languages","description":"<p>Retrieve a complete list of all the languages of the system</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","languages"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"1b2ed906-68bd-47fb-bdf3-e4ef547b189c","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/languages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"665b7eed-b560-4ce4-aa2e-42539efbc8d7"},{"name":"getMessages","id":"24e34712-e4a7-47f2-b30d-232dffa597dd","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/languages/i18n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","languages","i18n"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"ff12eafc-7227-4f2f-8b2f-9e8e3a3cdf77","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/languages/i18n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"24e34712-e4a7-47f2-b30d-232dffa597dd"}],"id":"c3ee7df6-1c7d-468e-95d6-d5bf5ff57991","description":"<p><em><strong>@Path(\"/v1/languages\")</strong></em></p>\n","_postman_id":"c3ee7df6-1c7d-468e-95d6-d5bf5ff57991","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}}],"id":"aa3ef10e-8429-4521-a1fa-4314120d1808","_postman_id":"aa3ef10e-8429-4521-a1fa-4314120d1808","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"Templates","item":[{"name":"TemplateResource","item":[{"name":"list","id":"32503b3f-ce7b-49b5-ab74-8ba36b4b899e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates?filter=ea non&page=-15283749&per_page=40&orderby=mod_date&direction=DESC&host=ea non&archive=true","description":"<p>Return a list of {@link <code>com.dotmarketing.portlets.templates.model.Template}</code> which the user has READ permissions. Each of the templates is the current working version.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"40"},{"key":"orderby","value":"mod_date"},{"key":"direction","value":"DESC"},{"key":"host","value":"ea non"},{"key":"archive","value":"true"}],"variable":[]}},"response":[{"id":"d9cc8096-339e-443d-b72d-7110fee661f8","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/templates?filter=ea non&page=-15283749&per_page=40&orderby=mod_date&direction=DESC&host=ea non&archive=true","host":["https://demo.dotcms.com/api"],"path":["v1","templates"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"40"},{"key":"orderby","value":"mod_date"},{"key":"direction","value":"DESC"},{"key":"host","value":"ea non"},{"key":"archive","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"32503b3f-ce7b-49b5-ab74-8ba36b4b899e"},{"name":"getLiveById","id":"9e6d2052-639a-4c7b-a176-7f5511ab831f","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates/:templateId/live","description":"<p>Return live version {@link <code>com.dotmarketing.portlets.templates.model.Template}</code> based on the id</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates",":templateId","live"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e4155b23-331d-4869-abee-3d7dacd4c765","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"templateId"}]}},"response":[{"id":"54ee744e-72c0-4a8b-8da9-05cb88ea12b8","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/templates/:templateId/live","host":["https://demo.dotcms.com/api"],"path":["v1","templates",":templateId","live"],"variable":[{"key":"templateId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9e6d2052-639a-4c7b-a176-7f5511ab831f"},{"name":"getWorkingById","id":"42676749-3f8e-45f2-92fc-2b98f495696e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates/:templateId/working","description":"<p>Return working version @link <code>com.dotmarketing.portlets.templates.model.Template}</code> based on the id</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates",":templateId","working"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"0ba2f125-37f4-45f4-b664-d26fa1ee3a55","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"templateId"}]}},"response":[{"id":"c8ad2d9c-3aeb-4f2c-b29c-7b9d599aa618","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/templates/:templateId/working","host":["https://demo.dotcms.com/api"],"path":["v1","templates",":templateId","working"],"variable":[{"key":"templateId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"42676749-3f8e-45f2-92fc-2b98f495696e"},{"name":"saveNew","id":"8862e846-1156-4c13-b8b5-79138b13cb84","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates","description":"<p>Saves a new working version of a template</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"73a073f2-56ff-4dfe-93f9-d6ee52b3c621","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8862e846-1156-4c13-b8b5-79138b13cb84"},{"name":"save","id":"7a836c89-321f-4a72-9f74-d2929833d438","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates","description":"<p>Saves a new working version of an existing template.</p>\n<ul>\n<li>The templateForm must contain the identifier of the template</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"18b28faf-5983-4029-ac6a-4f4d440ec5a5","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"7a836c89-321f-4a72-9f74-d2929833d438"},{"name":"saveDraft","id":"fdd64dd7-cfae-4239-be10-4650f5a5d04e","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates/draft","description":"<p>Saves a new draft version of an existing template. The templateForm must contain the identifier of the template.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates","draft"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"52523f4b-2574-4942-81b6-9cb60ef57894","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/templates/draft"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"fdd64dd7-cfae-4239-be10-4650f5a5d04e"},{"name":"publish","id":"fc6a0c2c-7cf6-420b-b1e6-db007058ce53","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates/_publish","description":"<p>This method receives a list of identifiers and publishes the templates.  </p>\n<ul>\n<li>To publish a template successfully the user needs to have Publish Permissions and the template can not be archived.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates","_publish"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"d2a7aeff-1fe7-4753-9c1e-6e9a948a809c","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/templates/_publish"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"fc6a0c2c-7cf6-420b-b1e6-db007058ce53"},{"name":"unpublish","id":"bbc281ba-fff8-4fbe-8a26-4cb41ba2a1bf","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates/_unpublish","description":"<p>This method receives a list of identifiers and unpublished the templates.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates","_unpublish"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"e95c1757-6a77-4b7d-a51a-d1590e6673fb","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/templates/_unpublish"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"bbc281ba-fff8-4fbe-8a26-4cb41ba2a1bf"},{"name":"copy","id":"ee93c581-cf5d-42ba-ae9e-e53042757ecc","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates/:templateId/_copy","description":"<p>Copy a template</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates",":templateId","_copy"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"ed63bfea-3e76-40af-84f9-1f8ab1245d64","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"templateId"}]}},"response":[{"id":"2e64bdf6-a47b-462a-86d9-729c2b28eb66","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/templates/:templateId/_copy","host":["https://demo.dotcms.com/api"],"path":["v1","templates",":templateId","_copy"],"variable":[{"key":"templateId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ee93c581-cf5d-42ba-ae9e-e53042757ecc"},{"name":"archive","id":"3f4734bb-6ec8-4cfc-934f-cbd1b7fb4425","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates/_archive","description":"<p>This method receives a list of identifiers and archives the templates.  </p>\n<ul>\n<li>To archive a template successfully the user needs to have Edit Permissions.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates","_archive"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"7e56f5a2-0649-4b2e-ac03-fad640688400","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/templates/_archive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3f4734bb-6ec8-4cfc-934f-cbd1b7fb4425"},{"name":"unarchive","id":"773af430-732d-4ede-8cf4-8bc648f61621","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates/_unarchive","description":"<p>This method receives a list of identifiers and unarchives the templates.  </p>\n<ul>\n<li>To unarchive a template successfully the user needs to have Edit Permissions and the template needs to be archived.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates","_unarchive"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"4edb3b58-4901-4b66-b306-1ff2c15ffbbd","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/templates/_unarchive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"773af430-732d-4ede-8cf4-8bc648f61621"},{"name":"delete","id":"945c2182-b346-4212-9094-d5be754d2e36","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/templates","description":"<p>This method receives a list of identifiers and deletes the templates.  </p>\n<ul>\n<li>To delete a template successfully the user needs to have Edit Permissions over it and it must be archived and no dependencies (pages referencing the template).</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","templates"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"01b76f83-865c-47b1-8359-57cd644dc85e","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/templates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"945c2182-b346-4212-9094-d5be754d2e36"}],"id":"6e9c4d30-8022-4d27-bb24-09dbcc247bcb","description":"<p><em><strong>@Path(\"/v1/templates\")</strong></em></p>\n","_postman_id":"6e9c4d30-8022-4d27-bb24-09dbcc247bcb","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}}],"id":"0410ded8-02de-400a-952c-b2e5e42c6fec","_postman_id":"0410ded8-02de-400a-952c-b2e5e42c6fec","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"sites/{site Id}/ruleengine","item":[{"name":"rules","item":[{"name":"{rule Id}","item":[{"name":"condition Groups","item":[{"name":"{group Id}","item":[{"name":"self","id":"d01ca7ca-98c0-43d0-9d8d-791011e331aa","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId/conditionGroups/:groupId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","rules",":ruleId","conditionGroups",":groupId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"03e0ee78-f491-4a5a-88f8-7e22ea4fcc1c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"groupId"},{"id":"63151a5b-bc76-4f3d-9a87-5ba52f8e7c2e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"8402d64e-cb95-4024-821f-1f9cca22000e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"ruleId"}]}},"response":[{"id":"bd67fe46-2239-4603-92f5-06b72fddde92","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId/conditionGroups/:groupId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","rules",":ruleId","conditionGroups",":groupId"],"variable":[{"key":"groupId","value":"ea non","description":"(Required) "},{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"ruleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d01ca7ca-98c0-43d0-9d8d-791011e331aa"},{"name":"update","id":"ee69216b-bc72-4448-bbc1-9b4752d66ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId/conditionGroups/:groupId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","rules",":ruleId","conditionGroups",":groupId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"4efb9ac8-1916-4bea-a162-a858ae25b4c3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"groupId"},{"id":"c514c802-94d6-4191-827b-2cc12cf681b2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"9059f5e8-1ffc-433c-8c18-2065ce0726ca","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"ruleId"}]}},"response":[{"id":"4beee013-67d2-444a-80c4-ca5a1479a574","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId/conditionGroups/:groupId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","rules",":ruleId","conditionGroups",":groupId"],"variable":[{"key":"groupId","value":"ea non","description":"(Required) "},{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"ruleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ee69216b-bc72-4448-bbc1-9b4752d66ef4"}],"id":"f28b09f2-1d42-4728-993a-fb9c2fb0b643","_postman_id":"f28b09f2-1d42-4728-993a-fb9c2fb0b643","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"Add Condition Group","id":"98e683c3-a785-4de8-936a-363159aa3e98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId/conditionGroups","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","rules",":ruleId","conditionGroups"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"dcc62312-cad6-4fb0-878f-5550ca61ddac","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"82f6237d-0e27-49b1-806c-7899dc60ddd4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"ruleId"}]}},"response":[{"id":"fac866a9-6450-462c-a678-51b63b70a9f7","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId/conditionGroups","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","rules",":ruleId","conditionGroups"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"ruleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"98e683c3-a785-4de8-936a-363159aa3e98"},{"name":"list","id":"9ec3036f-f9ef-42dc-a1c8-62980c539863","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId/conditionGroups","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","rules",":ruleId","conditionGroups"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"7b6e1248-6009-4f34-a320-5457f0efb8df","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"461132f4-c016-4a48-9e8b-92d6602bfeb1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"ruleId"}]}},"response":[{"id":"577dfd2c-6591-44bc-9564-50b0016572fe","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId/conditionGroups","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","rules",":ruleId","conditionGroups"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"ruleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9ec3036f-f9ef-42dc-a1c8-62980c539863"},{"name":"remove","id":"ce590120-234b-4db1-bad8-71be6905d614","request":{"method":"DELETE","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId/conditionGroups/:conditionGroupId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","rules",":ruleId","conditionGroups",":conditionGroupId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e572ab89-cedd-418b-a890-2819eabc950a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"conditionGroupId"},{"id":"1e50edc6-7f3e-4575-bf31-0deaa0e5d2c1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"387a3bd2-bbf3-4884-9532-626f146a9cf2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"ruleId"}]}},"response":[{"id":"40441e88-9240-4609-843a-056c06bd644f","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId/conditionGroups/:conditionGroupId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","rules",":ruleId","conditionGroups",":conditionGroupId"],"variable":[{"key":"conditionGroupId","value":"ea non","description":"(Required) "},{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"ruleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce590120-234b-4db1-bad8-71be6905d614"}],"id":"68f4a808-38c0-4ae7-9eb5-b33af4fd05ed","_postman_id":"68f4a808-38c0-4ae7-9eb5-b33af4fd05ed","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"self","id":"9ac44251-0c76-486f-b91a-578ba6f63517","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","rules",":ruleId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"82135bd1-29a7-484c-8519-0df5da1a40eb","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"46a3f8e2-ade3-41d9-97c6-30d9c2118c2a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"ruleId"}]}},"response":[{"id":"5d0648c4-bd46-4203-9a0f-decb511a3bf8","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","rules",":ruleId"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"ruleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9ac44251-0c76-486f-b91a-578ba6f63517"},{"name":"remove","id":"ae064d0e-bd2c-45f2-b547-0af875d2677f","request":{"method":"DELETE","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","rules",":ruleId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"20a4503f-00a3-42bf-a9cd-ed7785e9719f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"23be8097-4b89-4f35-9ed5-cc562b735d3c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"ruleId"}]}},"response":[{"id":"6838767f-e58e-4c57-92ad-88cddd330fc2","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","rules",":ruleId"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"ruleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ae064d0e-bd2c-45f2-b547-0af875d2677f"},{"name":"update","id":"324f2a00-ee32-4170-ab87-1a1e488f1cbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","rules",":ruleId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"992235f1-8b7c-416c-b346-93f340454b58","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"8879361f-36a2-4abb-9768-24ee8122956f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"ruleId"}]}},"response":[{"id":"2f7dbe30-925f-46fe-a563-54f48b7ac487","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules/:ruleId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","rules",":ruleId"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"ruleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"324f2a00-ee32-4170-ab87-1a1e488f1cbc"}],"id":"0fbaa0d2-62f4-4143-9b3d-b68056fa9e4e","_postman_id":"0fbaa0d2-62f4-4143-9b3d-b68056fa9e4e","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"Add Rule","id":"74d8d30a-a78a-40c7-a901-c8a244a18285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","rules"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"367071ed-f588-4488-8015-a3d171d9c4d9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"3aaf49ac-c724-4bf6-8a81-066884d01707","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","rules"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"74d8d30a-a78a-40c7-a901-c8a244a18285"},{"name":"list","id":"d955d22d-947b-440d-8aa4-785188c7202a","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","rules"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"d8cb308c-a933-4fbb-bda3-e1faac6aaa37","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"d0730444-cb96-4441-bc27-5254866b2452","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/rules","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","rules"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d955d22d-947b-440d-8aa4-785188c7202a"}],"id":"3a83212b-84c0-4f1f-89e5-069715184deb","_postman_id":"3a83212b-84c0-4f1f-89e5-069715184deb","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"conditions","item":[{"name":"{condition Id}","item":[{"name":"condition Values","item":[{"name":"{value Id}","item":[{"name":"self","id":"b12bcec8-ca79-44ad-a36e-7a10866fcd68","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId/conditionValues/:valueId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId","conditionValues",":valueId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b70d988c-6a0f-4bf7-beb1-a2f6891a36a4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"valueId"},{"id":"83c33976-c97d-442c-b7da-2f0d6d5b0849","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"conditionId"},{"id":"a438ac45-0e9b-4992-abd2-b5c5389b25e2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"1467eb46-5954-4bd6-80be-f07a480786b3","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId/conditionValues/:valueId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId","conditionValues",":valueId"],"variable":[{"key":"valueId","value":"ea non","description":"(Required) "},{"key":"conditionId","value":"ea non","description":"(Required) "},{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b12bcec8-ca79-44ad-a36e-7a10866fcd68"},{"name":"remove","id":"ea169572-f3c8-436e-a60e-a33dc8a8edf9","request":{"method":"DELETE","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId/conditionValues/:valueId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId","conditionValues",":valueId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"762be85a-5820-4549-9400-142fc4f3897b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"valueId"},{"id":"c29f9248-b2f7-4757-90df-36350a7c5436","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"conditionId"},{"id":"f2aa7569-1466-4e7b-a567-b5ab50fe16af","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"24125032-2c80-48dd-ab70-2e811da4904a","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId/conditionValues/:valueId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId","conditionValues",":valueId"],"variable":[{"key":"valueId","value":"ea non","description":"(Required) "},{"key":"conditionId","value":"ea non","description":"(Required) "},{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ea169572-f3c8-436e-a60e-a33dc8a8edf9"},{"name":"update","id":"e3254912-ac2f-45f3-8305-23cc689fb3f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId/conditionValues/:valueId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId","conditionValues",":valueId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"749486a0-0bbc-4ba7-ac2e-fc02fc31a92c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"valueId"},{"id":"90561f58-0398-4d83-aeed-ed81e2189827","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"conditionId"},{"id":"63783afc-e3a3-4718-b01d-e0cbb7ad51af","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"1f609a05-757b-440e-8440-a5457d9fa0ef","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId/conditionValues/:valueId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId","conditionValues",":valueId"],"variable":[{"key":"valueId","value":"ea non","description":"(Required) "},{"key":"conditionId","value":"ea non","description":"(Required) "},{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e3254912-ac2f-45f3-8305-23cc689fb3f5"}],"id":"78451de8-7348-4a6b-b173-a879945fbaac","_postman_id":"78451de8-7348-4a6b-b173-a879945fbaac","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"Add Condition Values","id":"51a95711-6897-4bb4-9de4-2e48d11c1756","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId/conditionValues","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId","conditionValues"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"aaec1a87-62ad-4263-a92e-5183469f4019","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"conditionId"},{"id":"dbb70064-a78d-41c4-b0a5-ec17d785fbec","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"0b2a859d-786e-4fa2-9fc9-3de6a9ac561d","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId/conditionValues","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId","conditionValues"],"variable":[{"key":"conditionId","value":"ea non","description":"(Required) "},{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"51a95711-6897-4bb4-9de4-2e48d11c1756"},{"name":"list","id":"0a7ffb0e-a113-4838-9211-db0d70af0f96","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId/conditionValues","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId","conditionValues"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"18fc0cde-2833-4753-a3fd-9897dc3d960a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"conditionId"},{"id":"7f92c8e6-08c3-4951-b3d9-f1866acf2576","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"d209035f-c02d-49a2-9816-dc74e101f739","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId/conditionValues","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId","conditionValues"],"variable":[{"key":"conditionId","value":"ea non","description":"(Required) "},{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"0a7ffb0e-a113-4838-9211-db0d70af0f96"}],"id":"3d051555-b998-4ee2-b1a0-bb6a95863045","_postman_id":"3d051555-b998-4ee2-b1a0-bb6a95863045","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"self","id":"12e9fd19-b9d5-4d43-9708-e9e044da98fa","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"c74924aa-c3f5-43d7-b784-b717cf099cae","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"conditionId"},{"id":"1cc2aaac-f466-46e1-be71-064fee59bc50","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"4d6703a9-18ec-4d22-b6fa-2bc1d334e177","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId"],"variable":[{"key":"conditionId","value":"ea non","description":"(Required) "},{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"12e9fd19-b9d5-4d43-9708-e9e044da98fa"},{"name":"remove","id":"afde5447-2cdd-49a9-9e97-34f4267d105f","request":{"method":"DELETE","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"d0fccb3d-3729-47b8-ad8e-b5a752cd4c82","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"conditionId"},{"id":"1086ae2e-d580-480a-aac5-9bea1ef788a0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"309915ee-fb39-4421-8a94-52fdfaa9fcf5","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId"],"variable":[{"key":"conditionId","value":"ea non","description":"(Required) "},{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afde5447-2cdd-49a9-9e97-34f4267d105f"},{"name":"update","id":"17e71df2-d143-466f-9989-25a6ef96c982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"16204745-807a-4859-ac12-f86b2f013dda","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"conditionId"},{"id":"b55e4510-c52e-4939-a734-c38a8099f4a7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"eb2c551b-15a5-4a7b-b71b-dbcead923134","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions/:conditionId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","conditions",":conditionId"],"variable":[{"key":"conditionId","value":"ea non","description":"(Required) "},{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"17e71df2-d143-466f-9989-25a6ef96c982"}],"id":"ba2cf26e-6214-4596-aad8-ec75d4a24a83","_postman_id":"ba2cf26e-6214-4596-aad8-ec75d4a24a83","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"add1","id":"fd9a156f-1c5f-4686-9aa9-3b01ad78bbda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","conditions"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"638bfaa4-9113-4849-b52a-493b2defac43","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"86514c29-e531-4720-9f86-f2a91d691c8b","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/conditions","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","conditions"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"fd9a156f-1c5f-4686-9aa9-3b01ad78bbda"}],"id":"c18e846a-1671-41f0-b826-22112aa2a1c6","_postman_id":"c18e846a-1671-41f0-b826-22112aa2a1c6","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"actions","item":[{"name":"{action Id}","item":[{"name":"self","id":"b63c3ed7-621e-47a2-92df-77c46f0a0d3b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/actions/:actionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","actions",":actionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"3c71f4fe-0c3d-436c-8884-74caf247caa8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"9d6a865c-fda8-4bfd-b45d-b17cb9b43955","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"d5953a7b-a46b-4a78-b1dc-81f7aca32888","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/actions/:actionId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","actions",":actionId"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b63c3ed7-621e-47a2-92df-77c46f0a0d3b"},{"name":"remove","id":"e4a10cce-ad04-4e99-9804-3e7a12458844","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/actions/:actionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","actions",":actionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"41c1c512-8fe4-48b9-8e20-69b351e8f8f8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"b1fa8070-bbd9-4abd-b2fe-8138afc076dc","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"b5761fe1-197a-48d4-bf83-77b88aa47e5a","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/actions/:actionId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","actions",":actionId"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e4a10cce-ad04-4e99-9804-3e7a12458844"},{"name":"update","id":"d80c4242-dc34-4f7a-a560-e37228533f3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/actions/:actionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","actions",":actionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"93f6c2d5-53d1-44df-8aba-d895f51cf313","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"822ddc1e-b16f-4c04-ad67-0e30a292f57e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"a6d19b82-22a7-4b1c-8845-52ffec35ec67","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/actions/:actionId","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","actions",":actionId"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d80c4242-dc34-4f7a-a560-e37228533f3b"}],"id":"dc2dc67d-760b-450d-a9d3-65db6350fadc","_postman_id":"dc2dc67d-760b-450d-a9d3-65db6350fadc","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"add2","id":"8c2fb01a-fa21-432e-8ebe-ba77e6051c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/actions/","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","sites",":siteId","ruleengine","actions",""],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"33196f31-4e50-4077-8b48-18ea5c26b11d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"3f1d300b-1808-4082-a9bc-901272e3515f","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/sites/:siteId/ruleengine/actions/","host":["https://demo.dotcms.com/api"],"path":["v1","sites",":siteId","ruleengine","actions",""],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8c2fb01a-fa21-432e-8ebe-ba77e6051c95"}],"id":"4bab2541-82a8-4119-89b4-0a367bb10237","_postman_id":"4bab2541-82a8-4119-89b4-0a367bb10237","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}}],"id":"c2890923-91e0-4d64-9014-9e885cf3db64","_postman_id":"c2890923-91e0-4d64-9014-9e885cf3db64","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"esindex","item":[{"name":"failed","item":[{"name":"downloadRemainingRecordsAsCsv","id":"77267c3a-e26b-423f-823e-b69f5ce19be0","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/failed","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","failed"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"216f8714-4a1b-4d28-8741-c136cc76743c","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/esindex/failed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"77267c3a-e26b-423f-823e-b69f5ce19be0"},{"name":"deleteFailedRecords","id":"41f4cd5e-7fd4-4018-a2dd-fefe151b343e","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/failed","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","failed"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"0fc3a02c-ebd7-43ce-bd8b-940d2ae2e68b","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/esindex/failed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"41f4cd5e-7fd4-4018-a2dd-fefe151b343e"}],"id":"13a48719-e32d-44fb-84f6-fa076e5b4bf6","_postman_id":"13a48719-e32d-44fb-84f6-fa076e5b4bf6","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"{index Name: .*}","item":[{"name":"modIndex","id":"cb5f8976-9041-417c-a010-0005c57be534","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/:indexName: .*?action=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex",":indexName: .*"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"action","value":"ea non"}],"variable":[{"id":"0c921ec0-8e79-420e-8b1d-8e6d79d162db","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"indexName: .*"}]}},"response":[{"id":"be014503-4fac-4ec5-8574-4bb207ffa4d0","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/:indexName: .*?action=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","esindex",":indexName: .*"],"query":[{"key":"action","value":"ea non"}],"variable":[{"key":"indexName: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"cb5f8976-9041-417c-a010-0005c57be534"},{"name":"deleteIndex","id":"2404fc01-eb3c-4f94-8e82-2e1f78802183","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/:indexName: .*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex",":indexName: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"ea692442-9de6-470a-8642-74d73826a990","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"indexName: .*"}]}},"response":[{"id":"7ad6aed0-c3fa-4cd8-8f86-cbdd9bd0516f","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/:indexName: .*","host":["https://demo.dotcms.com/api"],"path":["v1","esindex",":indexName: .*"],"variable":[{"key":"indexName: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2404fc01-eb3c-4f94-8e82-2e1f78802183"}],"id":"069f1bed-1662-4baa-bade-656944eeda4d","_postman_id":"069f1bed-1662-4baa-bade-656944eeda4d","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"reindex","item":[{"name":"getReindexationProgress","id":"76d4e29b-4503-46d3-9127-e9c35258442f","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/reindex","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","reindex"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"220081f0-b434-41ab-ad4c-907203e7017b","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/esindex/reindex"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"76d4e29b-4503-46d3-9127-e9c35258442f"},{"name":"startReindex","id":"68ed9ebe-95d5-465e-aac8-a2ae0217d7d2","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/reindex?shards=-15283749&contentType=DOTALL","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","reindex"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"shards","value":"-15283749"},{"key":"contentType","value":"DOTALL"}],"variable":[]}},"response":[{"id":"ebb141af-4492-4003-bd66-80959ec4decf","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/reindex?shards=-15283749&contentType=DOTALL","host":["https://demo.dotcms.com/api"],"path":["v1","esindex","reindex"],"query":[{"key":"shards","value":"-15283749"},{"key":"contentType","value":"DOTALL"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"68ed9ebe-95d5-465e-aac8-a2ae0217d7d2"},{"name":"stopReindexation","id":"c4edc673-f5e4-4f30-af74-5ab7b8a63b18","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/reindex?switch=true","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","reindex"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"switch","value":"true"}],"variable":[]}},"response":[{"id":"6ab848dc-0948-4146-ac6a-849d1f6915e9","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/reindex?switch=true","host":["https://demo.dotcms.com/api"],"path":["v1","esindex","reindex"],"query":[{"key":"switch","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c4edc673-f5e4-4f30-af74-5ab7b8a63b18"}],"id":"958dd186-d61c-4a39-b661-d12b084e7771","_postman_id":"958dd186-d61c-4a39-b661-d12b084e7771","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"getIndexStatus","id":"817e9105-9347-4d5e-90a2-90c932395568","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex",""],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"b6bef514-bf41-47a2-b733-cb64e62262b5","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/esindex/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"817e9105-9347-4d5e-90a2-90c932395568"},{"name":"Activate Index","id":"1ab5292a-ae29-4fe1-8e0c-493449a9d343","request":{"method":"PUT","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/esindex/activate/:params:.*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","activate",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"type":"any","key":"params:.*"}]}},"response":[{"id":"a6f0b189-1825-484e-88d9-703f0f07ae1a","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/activate/:params:.*","host":["https://demo.dotcms.com/api"],"path":["v1","esindex","activate",":params:.*"],"variable":[{"key":"params:.*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ab5292a-ae29-4fe1-8e0c-493449a9d343"},{"name":"getClusterStats","id":"bee8f3b2-611f-4ce9-94c7-16505bceb58a","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/cluster","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","cluster"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"aa7e70ab-58f1-491a-b8de-6e84f7072482","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/esindex/cluster"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"bee8f3b2-611f-4ce9-94c7-16505bceb58a"},{"name":"optimizeIndices","id":"05cab04b-68f1-4347-989e-9b09d2961e0c","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/optimize","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","optimize"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"d65f2abf-80fc-4a9e-b971-2d0896fe9fe1","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/esindex/optimize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"05cab04b-68f1-4347-989e-9b09d2961e0c"},{"name":"flushIndiciesCache","id":"e22b7824-75b9-45bb-bd66-8e9f9373b472","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/cache","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","cache"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"d0305e77-758f-406f-b1cc-8c8eab61d8e6","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/esindex/cache"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e22b7824-75b9-45bb-bd66-8e9f9373b472"},{"name":"createIndex","id":"d9fa0dc6-ede4-4188-97a7-5a35d27f20e1","request":{"method":"PUT","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/esindex/create/:params:.*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","create",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"fcacc8a1-4748-4592-92af-f262403494d8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"cf747d66-48b8-4078-87c5-21bb89580725","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/create/:params:.*","host":["https://demo.dotcms.com/api"],"path":["v1","esindex","create",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9fa0dc6-ede4-4188-97a7-5a35d27f20e1"},{"name":"clearIndex","id":"87fb9d29-4411-4442-9e3b-02c22016cc93","request":{"method":"PUT","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/esindex/clear/:params:.*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","clear",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e7e481bd-e581-4fc2-a25d-60f3f5c902ed","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"1a91fdc7-1488-4600-8a04-0596fb923838","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/clear/:params:.*","host":["https://demo.dotcms.com/api"],"path":["v1","esindex","clear",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"87fb9d29-4411-4442-9e3b-02c22016cc93"},{"name":"deactivateIndex","id":"8dd7f1c9-9c56-49f9-9d7a-108f462560f5","request":{"method":"PUT","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/esindex/deactivate/:params:.*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","deactivate",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"9b520859-ad84-4543-af95-7b0c884b975b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"61649a35-1bda-42b2-8d7d-f7cb02f1a3f4","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/deactivate/:params:.*","host":["https://demo.dotcms.com/api"],"path":["v1","esindex","deactivate",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8dd7f1c9-9c56-49f9-9d7a-108f462560f5"},{"name":"closeIndex","id":"c232c24d-8ec4-4094-9c9a-5a0031289bf6","request":{"method":"PUT","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/esindex/close/:params:.*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","close",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"4a0a4bc1-bde1-4014-b06c-db13362cdef6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"b02c7c98-9a5b-41d1-91e4-589ee413e02b","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/close/:params:.*","host":["https://demo.dotcms.com/api"],"path":["v1","esindex","close",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c232c24d-8ec4-4094-9c9a-5a0031289bf6"},{"name":"openIndex","id":"4603b639-2fda-482d-baa7-ad85fd66804d","request":{"method":"PUT","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/esindex/open/:params:.*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","open",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"d23db99d-31af-47ab-bbeb-dfc9e0c6ad5d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"5a6ec865-237c-488e-bad1-41763cc3627a","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/open/:params:.*","host":["https://demo.dotcms.com/api"],"path":["v1","esindex","open",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4603b639-2fda-482d-baa7-ad85fd66804d"},{"name":"getActive","id":"72f86960-e3e0-45ec-b718-ad03266fe837","request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/esindex/active/:params:.*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","active",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"1eeeef3e-f792-4db2-9a05-e7aa0ed3b749","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"29344093-cf77-4479-a699-383e528a087d","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/active/:params:.*","host":["https://demo.dotcms.com/api"],"path":["v1","esindex","active",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72f86960-e3e0-45ec-b718-ad03266fe837"},{"name":"indexList","id":"971856e0-222b-4d56-b851-303f1a2a32a6","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/esindex/indexlist/:params:.*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","esindex","indexlist",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"96b8fb65-811a-4d4f-b896-435a8cbcc508","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"c5713dc6-29b7-4b15-a616-fbf3bff1ec5c","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/esindex/indexlist/:params:.*","host":["https://demo.dotcms.com/api"],"path":["v1","esindex","indexlist",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"971856e0-222b-4d56-b851-303f1a2a32a6"}],"id":"830ed9e0-e93b-4035-abab-7caca28129d8","_postman_id":"830ed9e0-e93b-4035-abab-7caca28129d8","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"workflow","item":[{"name":"schemes","item":[{"name":"{scheme Id}","item":[{"name":"updateScheme","id":"29dbf41f-d0a1-45d4-af92-bfa38a5865fa","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes",":schemeId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"fbd3144d-ed13-4103-9020-ee4c84104a03","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"schemeId"}]}},"response":[{"id":"3fdb8925-c85a-4e2b-a2f3-9b3e8d625838","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","schemes",":schemeId"],"variable":[{"key":"schemeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"29dbf41f-d0a1-45d4-af92-bfa38a5865fa"},{"name":"deleteScheme","id":"acbac5fe-0900-48c7-9f96-e3ccdbabec39","request":{"method":"DELETE","header":[],"url":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId?javax.ws.rs.container.Suspended=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes",":schemeId"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}],"variable":[{"id":"442e061a-2cf6-4152-a204-6eaa38803430","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"schemeId"}]}},"response":[{"id":"40b2a8ba-d411-4316-a6db-975117236305","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId?javax.ws.rs.container.Suspended=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","schemes",":schemeId"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}],"variable":[{"key":"schemeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"acbac5fe-0900-48c7-9f96-e3ccdbabec39"},{"name":"findStepsByScheme","id":"a3f094bc-aba8-4866-a7a9-f034961e5e98","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId/steps","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes",":schemeId","steps"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"ba29fcf3-f07d-4149-867f-ebd709beaae0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"schemeId"}]}},"response":[{"id":"226b35a9-3b71-43b8-84db-8e79f3e328d2","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId/steps","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","schemes",":schemeId","steps"],"variable":[{"key":"schemeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a3f094bc-aba8-4866-a7a9-f034961e5e98"},{"name":"findActionsByScheme","id":"c7ae5e4e-efcc-4871-9a7a-1261f3658854","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId/actions","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes",":schemeId","actions"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"34f7d3cd-e5c7-4b47-bc88-89e52b963543","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"schemeId"}]}},"response":[{"id":"bc053ca5-d879-4faf-a773-8a753758406e","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId/actions","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","schemes",":schemeId","actions"],"variable":[{"key":"schemeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c7ae5e4e-efcc-4871-9a7a-1261f3658854"},{"name":"findSystemActionsByScheme","id":"b2995ea6-e356-4302-b7ff-3e5fdea0f675","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId/system/actions","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes",":schemeId","system","actions"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"0d7650e2-8b25-4c04-a8e7-25ded120187a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"schemeId"}]}},"response":[{"id":"aa4277b6-c67f-4c72-ad12-6edc3ef852d9","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId/system/actions","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","schemes",":schemeId","system","actions"],"variable":[{"key":"schemeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b2995ea6-e356-4302-b7ff-3e5fdea0f675"},{"name":"exportScheme","id":"c68b4592-ae53-4ecb-a0d0-e60ceec4930e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId/export","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes",":schemeId","export"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"0b7df632-34dd-478c-b6ad-e7bbd11d2667","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"schemeId"}]}},"response":[{"id":"b93b6930-9663-4c0b-8bf8-7ffd636b00b2","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId/export","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","schemes",":schemeId","export"],"variable":[{"key":"schemeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c68b4592-ae53-4ecb-a0d0-e60ceec4930e"},{"name":"copyScheme","id":"b81e63b3-39e6-4d70-ab14-f17c0c60e892","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId/copy?name=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes",":schemeId","copy"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"name","value":"ea non"}],"variable":[{"id":"5e9fa944-eeed-4e60-a422-9fa5778ba48a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"schemeId"}]}},"response":[{"id":"2af66df6-d778-4985-94cc-2507bb534e05","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/schemes/:schemeId/copy?name=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","schemes",":schemeId","copy"],"query":[{"key":"name","value":"ea non"}],"variable":[{"key":"schemeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b81e63b3-39e6-4d70-ab14-f17c0c60e892"}],"id":"78a6f7e6-412a-44c0-86f0-0d3933cfa08b","_postman_id":"78a6f7e6-412a-44c0-86f0-0d3933cfa08b","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"findSchemes","id":"1bc96849-f307-4d47-aaf7-16550848ebd5","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes?contentTypeId=ea non&showArchive=true","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"contentTypeId","value":"ea non"},{"key":"showArchive","value":"true"}],"variable":[]}},"response":[{"id":"43f375d7-fb19-4198-8c22-a1e5391039a9","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/schemes?contentTypeId=ea non&showArchive=true","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","schemes"],"query":[{"key":"contentTypeId","value":"ea non"},{"key":"showArchive","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1bc96849-f307-4d47-aaf7-16550848ebd5"},{"name":"saveScheme","id":"e25b12d1-afa6-46db-8763-448dab9e7507","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"c7bdb870-6ab5-4c16-9c87-04ab1160f5de","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e25b12d1-afa6-46db-8763-448dab9e7507"},{"name":"findAllSchemesAndSchemesByContentType","id":"82050622-a44c-4578-a896-8357d5d50090","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes/schemescontenttypes/:contentTypeId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes","schemescontenttypes",":contentTypeId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"5b41f23b-38d9-4949-a340-ff513ecffb66","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"contentTypeId"}]}},"response":[{"id":"6741072a-48ae-4134-a203-80459aaafc32","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/schemes/schemescontenttypes/:contentTypeId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","schemes","schemescontenttypes",":contentTypeId"],"variable":[{"key":"contentTypeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"82050622-a44c-4578-a896-8357d5d50090"},{"name":"findActionsBySchemesAndSystemAction","id":"8713ad49-5235-4326-9f0e-8ac5ce7f1a3a","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes/actions/:systemAction","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes","actions",":systemAction"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"17ace5af-f1a0-42e4-a856-2cf0f777a163","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"systemAction"}]}},"response":[{"id":"9400fcf9-68fd-4177-970c-76597dbdbb1c","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/schemes/actions/:systemAction","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","schemes","actions",":systemAction"],"variable":[{"key":"systemAction","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8713ad49-5235-4326-9f0e-8ac5ce7f1a3a"},{"name":"importScheme","id":"2a13f4a9-bd7e-4e37-b2f6-a68813538434","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes/import","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","schemes","import"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"11b91b3d-e63a-458e-82fa-8e4b63363438","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/workflow/schemes/import"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2a13f4a9-bd7e-4e37-b2f6-a68813538434"}],"id":"712387ea-917f-49d6-8b76-fdb48e82c2e8","_postman_id":"712387ea-917f-49d6-8b76-fdb48e82c2e8","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"actionlets","item":[{"name":"findActionlets","id":"e6d255e9-d86d-4f3e-b12b-ec1bb1a05ec9","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/actionlets","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actionlets"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"f4ae3114-8622-4bea-9ca5-b7e36e709c2b","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/workflow/actionlets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e6d255e9-d86d-4f3e-b12b-ec1bb1a05ec9"},{"name":"deleteActionlet","id":"9265b070-1424-4a15-af25-cac24d0db495","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/actionlets/:actionletId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actionlets",":actionletId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"a7c7152b-ec06-4c9e-9e29-023ff5e25c55","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionletId"}]}},"response":[{"id":"d62410aa-77dc-4c82-be1b-797a21c42de9","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actionlets/:actionletId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actionlets",":actionletId"],"variable":[{"key":"actionletId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9265b070-1424-4a15-af25-cac24d0db495"}],"id":"d5b6ce47-516e-48ec-b863-55aa20156315","_postman_id":"d5b6ce47-516e-48ec-b863-55aa20156315","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"actions","item":[{"name":"{action Id}","item":[{"name":"actionlets","item":[{"name":"findActionletsByAction","id":"b3ef65e3-5097-4e6a-adc6-afe134c98395","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId/actionlets","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions",":actionId","actionlets"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"6214b2af-0d47-4a0b-9d57-4e412599bccd","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"7d757da9-fcf0-4534-8c53-078f99f00d93","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId/actionlets","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actions",":actionId","actionlets"],"variable":[{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b3ef65e3-5097-4e6a-adc6-afe134c98395"},{"name":"saveActionletToAction","id":"535ba48d-ca4f-4f56-b891-0fed327bbf3b","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId/actionlets","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions",":actionId","actionlets"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b3c60735-3b64-415e-b6a2-7c0b4068608b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"6d0aa85d-b58c-45d0-8afc-363f7f8959f9","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId/actionlets","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actions",":actionId","actionlets"],"variable":[{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"535ba48d-ca4f-4f56-b891-0fed327bbf3b"}],"id":"b0ed54cf-323a-475c-abf3-1abc08b01bcd","_postman_id":"b0ed54cf-323a-475c-abf3-1abc08b01bcd","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"findAction","id":"2ed8d405-6fdf-48c5-83f5-ae2d3af5bcdc","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions",":actionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b1b42be8-a54c-49b2-acf1-7152590039d5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"7f410017-7c2d-44fd-be9b-1f2e43906b07","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actions",":actionId"],"variable":[{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2ed8d405-6fdf-48c5-83f5-ae2d3af5bcdc"},{"name":"updateAction","id":"3250eee2-edcb-4bfb-bc78-6c2085afc82d","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions",":actionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"7149ed79-f869-4310-b7f1-1b834545b273","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"0df1153d-ac30-46e4-bc3b-7e3769dcc23f","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actions",":actionId"],"variable":[{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3250eee2-edcb-4bfb-bc78-6c2085afc82d"},{"name":"deleteAction","id":"d55a7274-5c6b-4a77-89a9-19e7f1efbb41","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions",":actionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"cde98fef-dac9-4fbb-9a5f-dc80291e0cf6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"65d42370-260d-4a7d-bd6a-fa4a87db1a5b","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actions",":actionId"],"variable":[{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d55a7274-5c6b-4a77-89a9-19e7f1efbb41"},{"name":"evaluateActionCondition","id":"159c1017-6683-44c2-80cf-4a73add579b6","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId/condition","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions",":actionId","condition"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"1734badc-3171-49f2-9476-a2478ccd13bf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"811dfa1d-3510-4b88-8474-57986abb7754","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId/condition","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actions",":actionId","condition"],"variable":[{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"159c1017-6683-44c2-80cf-4a73add579b6"},{"name":"fireAction","id":"697754b1-3167-42bd-b771-f1f95a272bee","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId/fire?inode=ea non&identifier=ea non&language=-1","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions",":actionId","fire"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"}],"variable":[{"id":"3c1b00a7-2caf-4eca-886a-0482ae6a027a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"20a2a831-dc4d-463c-8773-1a4f285eb82f","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actions/:actionId/fire?inode=ea non&identifier=ea non&language=-1","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actions",":actionId","fire"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"}],"variable":[{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"697754b1-3167-42bd-b771-f1f95a272bee"}],"id":"88422996-c860-4775-9882-e8f4eb87cd52","_postman_id":"88422996-c860-4775-9882-e8f4eb87cd52","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"default/fire/{system Action}","item":[{"name":"fireActionDefault","id":"3be3b145-8adc-4add-bfb7-77bb9e492ef2","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions/default/fire/:systemAction?inode=ea non&identifier=ea non&language=-1","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions","default","fire",":systemAction"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"}],"variable":[{"id":"e2cf76f9-2cb8-4712-982b-b4c43e0f55ff","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"systemAction"}]}},"response":[{"id":"99d770b2-4fab-49c2-b8bf-1d6b97318edf","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actions/default/fire/:systemAction?inode=ea non&identifier=ea non&language=-1","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actions","default","fire",":systemAction"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"}],"variable":[{"key":"systemAction","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3be3b145-8adc-4add-bfb7-77bb9e492ef2"},{"name":"fireMultipleActionDefault","id":"7f77c661-a385-4518-bec3-c8b65ad085a7","request":{"method":"POST","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions/default/fire/:systemAction","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions","default","fire",":systemAction"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"72288458-b7f1-4ca0-9b15-4d4346c18096","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"systemAction"}]}},"response":[{"id":"d773d09e-f729-40ff-b851-532aca09be50","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actions/default/fire/:systemAction","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actions","default","fire",":systemAction"],"variable":[{"key":"systemAction","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f77c661-a385-4518-bec3-c8b65ad085a7"},{"name":"fireMergeActionDefault","id":"6b7d4364-094d-4ce4-87e7-3319e4efc272","request":{"method":"PATCH","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions/default/fire/:systemAction?inode=ea non&identifier=ea non&language=-1&offset=-15283749","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions","default","fire",":systemAction"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"},{"key":"offset","value":"-15283749"}],"variable":[{"id":"5cbca2c4-3f45-4bf3-b5d4-c1af20ea2398","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"systemAction"}]}},"response":[{"id":"6eba3c27-2d29-4529-8eab-92af53e75392","name":"response","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actions/default/fire/:systemAction?inode=ea non&identifier=ea non&language=-1&offset=-15283749","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actions","default","fire",":systemAction"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"},{"key":"offset","value":"-15283749"}],"variable":[{"key":"systemAction","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6b7d4364-094d-4ce4-87e7-3319e4efc272"}],"id":"f905f6de-70ed-4fe8-9a86-a7311bbe2a09","_postman_id":"f905f6de-70ed-4fe8-9a86-a7311bbe2a09","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"saveAction","id":"ae1ea44a-a6bf-41d5-9b67-0ce689e699e8","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"e44074cf-d2b5-4bf0-a9f2-0c08e4128195","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/workflow/actions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ae1ea44a-a6bf-41d5-9b67-0ce689e699e8"},{"name":"fireActionByNameMultipart","id":"75280cbd-a273-4a5d-b20e-945329d5efd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/v1/workflow/actions/fire?inode=ea non&identifier=ea non&language=-1","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","actions","fire"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"}],"variable":[]}},"response":[{"id":"04a16551-293b-42e1-ac6c-a0b413e4effb","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/actions/fire?inode=ea non&identifier=ea non&language=-1","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","actions","fire"],"query":[{"key":"inode","value":"ea non"},{"key":"identifier","value":"ea non"},{"key":"language","value":"-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"75280cbd-a273-4a5d-b20e-945329d5efd8"}],"id":"9c51e215-37a7-4a8c-be2e-64dc805a5056","_postman_id":"9c51e215-37a7-4a8c-be2e-64dc805a5056","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"contentlet","item":[{"name":"actions","item":[{"name":"bulk","item":[{"name":"getBulkActions","id":"9e0d9a2e-de08-447b-875e-a5519c3019a8","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/contentlet/actions/bulk","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","contentlet","actions","bulk"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"7a4e9dbe-cca6-494c-a493-7650439debec","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/workflow/contentlet/actions/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9e0d9a2e-de08-447b-875e-a5519c3019a8"},{"name":"fireBulkActions","id":"7259b9c8-3795-4736-87f3-36d7d72039f3","request":{"method":"PUT","header":[],"url":"https://demo.dotcms.com/api/v1/workflow/contentlet/actions/bulk/fire?javax.ws.rs.container.Suspended=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","contentlet","actions","bulk","fire"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}],"variable":[]}},"response":[{"id":"9859e9f9-ef5c-454d-af96-3a2866b63bd5","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/contentlet/actions/bulk/fire?javax.ws.rs.container.Suspended=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","contentlet","actions","bulk","fire"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7259b9c8-3795-4736-87f3-36d7d72039f3"}],"id":"f47ee185-1a9c-4072-9a20-b602a823c1ed","_postman_id":"f47ee185-1a9c-4072-9a20-b602a823c1ed","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"fireBulkActions","id":"c293693d-63ac-4c06-b1aa-0fbf8b615f11","request":{"method":"POST","header":[{"key":"Accept","value":"text/event-stream"}],"url":"https://demo.dotcms.com/api/v1/workflow/contentlet/actions/_bulkfire","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","contentlet","actions","_bulkfire"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"0f053606-25b5-499c-b663-0fdd5b190ba2","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/workflow/contentlet/actions/_bulkfire"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/event-stream"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c293693d-63ac-4c06-b1aa-0fbf8b615f11"}],"id":"14ca32d3-8ba6-4781-a811-255752cb18e0","_postman_id":"14ca32d3-8ba6-4781-a811-255752cb18e0","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"findAvailableActions","id":"66db23a3-03f8-4ece-b608-303fd44fa83c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/contentlet/:inode/actions?renderMode=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","contentlet",":inode","actions"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"renderMode","value":"ea non"}],"variable":[{"id":"7d6364ea-e1a8-42dc-9f9f-491ddc7cf23d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"inode"}]}},"response":[{"id":"7a39acbf-a9cc-46dc-bd59-e9218dce289b","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/contentlet/:inode/actions?renderMode=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","contentlet",":inode","actions"],"query":[{"key":"renderMode","value":"ea non"}],"variable":[{"key":"inode","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"66db23a3-03f8-4ece-b608-303fd44fa83c"}],"id":"bd5accc4-84ee-4457-85cd-5faae29c64ee","_postman_id":"bd5accc4-84ee-4457-85cd-5faae29c64ee","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"steps","item":[{"name":"{step Id}","item":[{"name":"actions","item":[{"name":"{action Id}","item":[{"name":"findActionByStep","id":"067df23f-357d-4a62-9eef-363e3c26b27d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId/actions/:actionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","steps",":stepId","actions",":actionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"2da073a0-7b2f-4864-a816-23fe770e532d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"stepId"},{"id":"e878b38b-bbc7-41d9-91b1-a348565da276","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"3f177e50-5fb5-487b-be54-2436a563c513","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId/actions/:actionId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","steps",":stepId","actions",":actionId"],"variable":[{"key":"stepId","value":"ea non","description":"(Required) "},{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"067df23f-357d-4a62-9eef-363e3c26b27d"},{"name":"deleteAction","id":"3e06fd2b-80a5-43d9-8fde-b119f10c6899","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId/actions/:actionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","steps",":stepId","actions",":actionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"938bdbd2-e0e8-4f4c-b242-65c88c3aa5c5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"stepId"},{"id":"80caea4d-e776-4de0-a54e-176f9a05efdb","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"f6f8e9ed-1f12-4723-95e8-ea125fc0cf68","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId/actions/:actionId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","steps",":stepId","actions",":actionId"],"variable":[{"key":"stepId","value":"ea non","description":"(Required) "},{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3e06fd2b-80a5-43d9-8fde-b119f10c6899"}],"id":"5b1cb0fa-d5d4-45bf-9d78-c74b972b6fd6","_postman_id":"5b1cb0fa-d5d4-45bf-9d78-c74b972b6fd6","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"findActionsByStep","id":"b5c5ecce-8742-48bc-a4c7-7868cd5398a0","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId/actions","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","steps",":stepId","actions"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"bf689d82-0f0f-426c-abdf-33cfbe3c2b0b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"stepId"}]}},"response":[{"id":"e63fc221-e71a-47d5-bea8-455669e75163","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId/actions","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","steps",":stepId","actions"],"variable":[{"key":"stepId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b5c5ecce-8742-48bc-a4c7-7868cd5398a0"},{"name":"saveActionToStep","id":"ce4a83f2-bf0d-44f2-acf9-c24b1d3dfad7","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId/actions","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","steps",":stepId","actions"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"dd902a02-d1d8-49fd-82ae-0a0fd7cdd2a9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"stepId"}]}},"response":[{"id":"1bc3939c-55d9-4cd7-9bcf-3070102055b9","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId/actions","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","steps",":stepId","actions"],"variable":[{"key":"stepId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ce4a83f2-bf0d-44f2-acf9-c24b1d3dfad7"}],"id":"cd91e995-cca2-4289-8aff-289cdcd2b2b4","_postman_id":"cd91e995-cca2-4289-8aff-289cdcd2b2b4","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"deleteStep","id":"5c915126-67ba-4d0c-8fee-8c3c3bf7ad52","request":{"method":"DELETE","header":[],"url":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId?javax.ws.rs.container.Suspended=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","steps",":stepId"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}],"variable":[{"id":"2689c2f1-4dbb-423c-8552-233247469e79","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"stepId"}]}},"response":[{"id":"3998f017-42b5-4a41-b076-f7c029d4e87e","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId?javax.ws.rs.container.Suspended=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","steps",":stepId"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}],"variable":[{"key":"stepId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5c915126-67ba-4d0c-8fee-8c3c3bf7ad52"},{"name":"updateStep","id":"64b21d30-e7e2-4516-9d07-6c642cfd056f","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","steps",":stepId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"d09c684f-4053-4319-a3d5-06090c53ac4d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"stepId"}]}},"response":[{"id":"135b694e-f7fb-4e67-aa68-f487a4cf614c","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","steps",":stepId"],"variable":[{"key":"stepId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"64b21d30-e7e2-4516-9d07-6c642cfd056f"},{"name":"findStepById","id":"1937682a-3432-4649-9e84-a00842c1f75f","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","steps",":stepId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e1d5e37f-1058-4873-bdcd-fbaa605ba440","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"stepId"}]}},"response":[{"id":"e795c8b2-bca8-4e3e-8624-ac156fc0094f","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/steps/:stepId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","steps",":stepId"],"variable":[{"key":"stepId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1937682a-3432-4649-9e84-a00842c1f75f"}],"id":"f9d02456-e650-4168-8a8c-d0ac5c3223a6","_postman_id":"f9d02456-e650-4168-8a8c-d0ac5c3223a6","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"addStep","id":"9d28a788-8554-4a2b-9965-18b449be4b3a","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/steps","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","steps"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"c9282d58-cc67-4ef9-9235-89283612c692","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/workflow/steps"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9d28a788-8554-4a2b-9965-18b449be4b3a"}],"id":"6ac79f06-0abe-43f5-97ae-59ec22332920","_postman_id":"6ac79f06-0abe-43f5-97ae-59ec22332920","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"system/actions","item":[{"name":"saveSystemAction","id":"14e8ad2c-482f-41a7-b28c-b558d57b399c","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/system/actions","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","system","actions"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"cbd2510a-dbf7-42ac-b77f-713c17adc9b6","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/workflow/system/actions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"14e8ad2c-482f-41a7-b28c-b558d57b399c"},{"name":"getSystemActionsReferredByWorkflowAction","id":"b7db1cf0-c132-4022-8bd4-4db337ec0133","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/system/actions/:workflowActionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","system","actions",":workflowActionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"06b455f8-ba66-4c2a-ab19-d1437bb47861","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"workflowActionId"}]}},"response":[{"id":"d6ee540e-8aee-458b-9948-7122648e7ed5","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/system/actions/:workflowActionId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","system","actions",":workflowActionId"],"variable":[{"key":"workflowActionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b7db1cf0-c132-4022-8bd4-4db337ec0133"},{"name":"deletesSystemAction","id":"38d5e1c3-fe69-45db-86bd-b2fea335996e","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/system/actions/:identifier","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","system","actions",":identifier"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"200955dd-e7b7-45d5-80d8-aea24a04d161","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"identifier"}]}},"response":[{"id":"8518fe6e-1491-45d4-86aa-1e5b8be0caf6","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/system/actions/:identifier","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","system","actions",":identifier"],"variable":[{"key":"identifier","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"38d5e1c3-fe69-45db-86bd-b2fea335996e"}],"id":"721a034b-07e7-4265-8fd3-066e513c000c","_postman_id":"721a034b-07e7-4265-8fd3-066e513c000c","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"reorder","item":[{"name":"reorderStep","id":"99b62cc5-60f6-46de-9430-73d11e2a2dd5","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/reorder/step/:stepId/order/:order","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","reorder","step",":stepId","order",":order"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"14c9131c-f691-45bc-9655-c789ea11bc43","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"stepId"},{"id":"2f86e6e0-edba-40a6-aa36-df5aed914f19","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"-15283749","key":"order"}]}},"response":[{"id":"efb25be3-8833-46cc-8133-25b94d8a11e4","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/reorder/step/:stepId/order/:order","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","reorder","step",":stepId","order",":order"],"variable":[{"key":"stepId","value":"ea non","description":"(Required) "},{"key":"order","value":"-15283749","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"99b62cc5-60f6-46de-9430-73d11e2a2dd5"},{"name":"reorderAction","id":"e94a3e63-063c-40d2-bf61-71528c0119eb","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/reorder/steps/:stepId/actions/:actionId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","reorder","steps",":stepId","actions",":actionId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"1f8c9dff-17a0-4848-b60a-1621ec023aba","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"stepId"},{"id":"86d80705-b06a-41ff-817b-10f93c78522e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"actionId"}]}},"response":[{"id":"d547e98c-1db9-4887-830c-34660267141a","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/reorder/steps/:stepId/actions/:actionId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","reorder","steps",":stepId","actions",":actionId"],"variable":[{"key":"stepId","value":"ea non","description":"(Required) "},{"key":"actionId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e94a3e63-063c-40d2-bf61-71528c0119eb"}],"id":"cb22096c-63f1-45f5-abb9-cc6d53e619a8","_postman_id":"cb22096c-63f1-45f5-abb9-cc6d53e619a8","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"defaultactions","item":[{"name":"findAvailableDefaultActionsByContentType","id":"2704bcbd-df47-4602-b83d-e8dce7a5b693","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/defaultactions/contenttype/:contentTypeId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","defaultactions","contenttype",":contentTypeId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"93f35fe6-eb15-46a2-b69d-574d818b8b4e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"contentTypeId"}]}},"response":[{"id":"19f5ccbe-c883-4457-b771-1bf8f6089d47","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/defaultactions/contenttype/:contentTypeId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","defaultactions","contenttype",":contentTypeId"],"variable":[{"key":"contentTypeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2704bcbd-df47-4602-b83d-e8dce7a5b693"},{"name":"findAvailableDefaultActionsBySchemes","id":"0e19c30f-bae3-4b37-ba68-ec45f965460d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/defaultactions/schemes?ids=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","defaultactions","schemes"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"ids","value":"ea non"}],"variable":[]}},"response":[{"id":"92cb8155-decf-4cd4-985d-38a776678931","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/defaultactions/schemes?ids=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","defaultactions","schemes"],"query":[{"key":"ids","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"0e19c30f-bae3-4b37-ba68-ec45f965460d"}],"id":"550c30c1-b7bc-4308-a185-1785e0bf1494","_postman_id":"550c30c1-b7bc-4308-a185-1785e0bf1494","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"findSystemActionsByContentType","id":"c6190418-98c7-4ad3-a87d-027e2e0f2714","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/contenttypes/:contentTypeVarOrId/system/actions","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","contenttypes",":contentTypeVarOrId","system","actions"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"8ff9b11f-c52b-4821-9a2f-0388694f51e1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"contentTypeVarOrId"}]}},"response":[{"id":"a40eb3d3-f25f-4ea3-bb4f-1209ddddd8f5","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/contenttypes/:contentTypeVarOrId/system/actions","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","contenttypes",":contentTypeVarOrId","system","actions"],"variable":[{"key":"contentTypeVarOrId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c6190418-98c7-4ad3-a87d-027e2e0f2714"},{"name":"findInitialAvailableActionsByContentType","id":"2920df5c-83fe-4b4e-9b00-b8329887add3","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/workflow/initialactions/contenttype/:contentTypeId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","workflow","initialactions","contenttype",":contentTypeId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"02af9f20-d7c1-424c-8da9-fbfb476e2ea8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"contentTypeId"}]}},"response":[{"id":"92114c43-2af6-4b00-bc27-b9a2a6a209d2","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/workflow/initialactions/contenttype/:contentTypeId","host":["https://demo.dotcms.com/api"],"path":["v1","workflow","initialactions","contenttype",":contentTypeId"],"variable":[{"key":"contentTypeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2920df5c-83fe-4b4e-9b00-b8329887add3"}],"id":"1fefa826-0f2e-40d8-b4d6-7b1f0d0a3484","_postman_id":"1fefa826-0f2e-40d8-b4d6-7b1f0d0a3484","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"containers","item":[{"name":"{container Id}","item":[{"name":"containerContent","id":"78fa57c9-ba2e-420e-be5d-21cfaba78fa7","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/containers/:containerId/content/:contentletId?pageInode=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","containers",":containerId","content",":contentletId"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"pageInode","value":"ea non"}],"variable":[{"id":"62c05532-52e6-4a56-a8a9-608a14566f6c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"contentletId"},{"id":"07ef24d8-7753-4f8f-8ffe-16d236a3fe4c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"containerId"}]}},"response":[{"id":"28e0ffb7-89f1-4932-915d-3749b5c97ad6","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/containers/:containerId/content/:contentletId?pageInode=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","containers",":containerId","content",":contentletId"],"query":[{"key":"pageInode","value":"ea non"}],"variable":[{"key":"contentletId","value":"ea non","description":"(Required) "},{"key":"containerId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"78fa57c9-ba2e-420e-be5d-21cfaba78fa7"},{"name":"containerForm","id":"ae992722-4fd2-4a82-ba80-cca5bfb7f8c6","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/containers/:containerId/form/:formId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","containers",":containerId","form",":formId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"eb461ad0-1d9c-4803-8520-2cc445952687","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"formId"},{"id":"9a3ae143-f27e-4143-a93e-dc8d222d2111","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"containerId"}]}},"response":[{"id":"b722f094-2a8c-428a-be68-008c1d6ee44e","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/containers/:containerId/form/:formId","host":["https://demo.dotcms.com/api"],"path":["v1","containers",":containerId","form",":formId"],"variable":[{"key":"formId","value":"ea non","description":"(Required) "},{"key":"containerId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ae992722-4fd2-4a82-ba80-cca5bfb7f8c6"}],"id":"1c156581-7068-4753-a7d4-9c349da9fd58","_postman_id":"1c156581-7068-4753-a7d4-9c349da9fd58","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"getContainers","id":"0ae0e8a0-7b24-49a8-88d4-83e434ec99fc","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/containers?filter=ea non&page=-15283749&per_page=-15283749&orderby=title&direction=ASC&host=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","containers"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"},{"key":"orderby","value":"title"},{"key":"direction","value":"ASC"},{"key":"host","value":"ea non"}],"variable":[]}},"response":[{"id":"2e364388-7d29-4017-ab57-901e77f4c2be","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/containers?filter=ea non&page=-15283749&per_page=-15283749&orderby=title&direction=ASC&host=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","containers"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"},{"key":"orderby","value":"title"},{"key":"direction","value":"ASC"},{"key":"host","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"0ae0e8a0-7b24-49a8-88d4-83e434ec99fc"},{"name":"containerContentByQueryParam","id":"94cb060b-e21f-4027-8606-d7bdee1fec23","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/containers/content/:contentletId?containerId=ea non&pageInode=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","containers","content",":contentletId"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"containerId","value":"ea non"},{"key":"pageInode","value":"ea non"}],"variable":[{"id":"7bb1de03-7054-464e-bafb-d485196e89f1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"contentletId"}]}},"response":[{"id":"3e53d562-5db7-4dfd-b5d5-69bf102e8d7c","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/containers/content/:contentletId?containerId=ea non&pageInode=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","containers","content",":contentletId"],"query":[{"key":"containerId","value":"ea non"},{"key":"pageInode","value":"ea non"}],"variable":[{"key":"contentletId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"94cb060b-e21f-4027-8606-d7bdee1fec23"},{"name":"containerFormByQueryParam","id":"aa3751bd-4951-4ee6-b809-6dae0dd6dd34","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/containers/form/:formId?containerId=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","containers","form",":formId"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"containerId","value":"ea non"}],"variable":[{"id":"30014181-9372-4163-8122-364644085c0b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"formId"}]}},"response":[{"id":"0109666f-4358-45c5-a675-2ae2bde8b9d5","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/containers/form/:formId?containerId=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","containers","form",":formId"],"query":[{"key":"containerId","value":"ea non"}],"variable":[{"key":"formId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"aa3751bd-4951-4ee6-b809-6dae0dd6dd34"},{"name":"removeContentletFromContainer","id":"d6f751c5-de7d-4624-ae97-e4755b82495c","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/containers/delete/:containerId/content/:contentletId/uid/:uid?order=-15283749","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","containers","delete",":containerId","content",":contentletId","uid",":uid"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"order","value":"-15283749"}],"variable":[{"id":"5a07b040-595d-4238-aba0-8436193f7213","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"uid"},{"id":"e542ad45-31a6-4868-bb27-9be152712f1b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"contentletId"},{"id":"241ad6a6-9871-499c-8d83-50509f40e0c8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"containerId"}]}},"response":[{"id":"43c6b871-d94e-47f6-b4ce-4b7ba9f37d52","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/containers/delete/:containerId/content/:contentletId/uid/:uid?order=-15283749","host":["https://demo.dotcms.com/api"],"path":["v1","containers","delete",":containerId","content",":contentletId","uid",":uid"],"query":[{"key":"order","value":"-15283749"}],"variable":[{"key":"uid","value":"ea non","description":"(Required) "},{"key":"contentletId","value":"ea non","description":"(Required) "},{"key":"containerId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d6f751c5-de7d-4624-ae97-e4755b82495c"}],"id":"0b14c171-2c80-4fdc-8485-828da1288936","_postman_id":"0b14c171-2c80-4fdc-8485-828da1288936","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"notification","item":[{"name":"delete1","id":"de8a8ae6-b1b7-459c-9da6-0a343e9e9382","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/notification/delete","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","notification","delete"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"48bfcb31-a039-4d45-ae89-7fdd51bc8f27","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/notification/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"de8a8ae6-b1b7-459c-9da6-0a343e9e9382"},{"name":"delete","id":"8e269125-861b-430a-a958-35609851aaf7","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/notification/id/:id","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","notification","id",":id"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"035ba5e5-7847-4c29-b330-1c7b3d3d7d5a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"id"}]}},"response":[{"id":"68a7ba66-e051-4a64-a250-afbcb58a7769","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/notification/id/:id","host":["https://demo.dotcms.com/api"],"path":["v1","notification","id",":id"],"variable":[{"key":"id","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8e269125-861b-430a-a958-35609851aaf7"},{"name":"getNotifications","id":"ce3c30fe-37c9-4862-b6b7-aa0da88ae107","request":{"method":"GET","header":[{"key":"Range","value":"ea non"},{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/notification/getNotifications/:params:.*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","notification","getNotifications",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"045278f7-b801-4d8d-8fe4-ea98758cf3fc","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"71ae3a04-2e83-46c4-9581-187e76884ba6","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Range","value":"ea non"}],"url":{"raw":"https://demo.dotcms.com/api/v1/notification/getNotifications/:params:.*","host":["https://demo.dotcms.com/api"],"path":["v1","notification","getNotifications",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ce3c30fe-37c9-4862-b6b7-aa0da88ae107"},{"name":"markAsRead","id":"349bed12-cf3c-45c0-8777-24e635b72915","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/notification/markAsRead","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","notification","markAsRead"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"46f63c92-fe3d-4372-a992-99d49fea8994","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/notification/markAsRead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"349bed12-cf3c-45c0-8777-24e635b72915"},{"name":"getNewNotificationsCount","id":"76a4a933-fbb3-4eb1-bfa8-798d7b4f1786","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/notification/getNewNotificationsCount","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","notification","getNewNotificationsCount"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"1fd100f6-2e85-4e51-8be4-51a77ac9c453","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/notification/getNewNotificationsCount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"76a4a933-fbb3-4eb1-bfa8-798d7b4f1786"}],"id":"e17b730d-32d3-4f79-842a-37c5fb9005d6","_postman_id":"e17b730d-32d3-4f79-842a-37c5fb9005d6","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"relationships","item":[{"name":"getOneSidedRelationships","id":"d3357e8e-0567-4bd5-bda6-761f94ad25e1","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/relationships?contentTypeId=ea non&page=-15283749&per_page=0","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","relationships"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"contentTypeId","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"0"}],"variable":[]}},"response":[{"id":"1fbf544f-d84b-40ee-b9de-a8d3aaaa67a1","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/relationships?contentTypeId=ea non&page=-15283749&per_page=0","host":["https://demo.dotcms.com/api"],"path":["v1","relationships"],"query":[{"key":"contentTypeId","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d3357e8e-0567-4bd5-bda6-761f94ad25e1"},{"name":"getCardinality","id":"2f9caa45-df86-492a-a6c5-1441a94c802d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/relationships/cardinalities","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","relationships","cardinalities"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"06c6b88d-a589-4736-9dca-d3b2ad822716","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/relationships/cardinalities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2f9caa45-df86-492a-a6c5-1441a94c802d"}],"id":"82928e9a-e5ba-45c1-8e87-6e5240891401","_postman_id":"82928e9a-e5ba-45c1-8e87-6e5240891401","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"contenttype","item":[{"name":"id/{id Or Var}","item":[{"name":"getType","id":"9115a863-ebb8-474b-981c-515a9271f21b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/id/:idOrVar?languageId=-15283749&live=true","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype","id",":idOrVar"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"languageId","value":"-15283749"},{"key":"live","value":"true"}],"variable":[{"id":"79db0ee0-60ba-4cc9-972c-2f1573dc8c9c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"idOrVar"}]}},"response":[{"id":"5b6bdc45-a447-43f3-b072-35497322bcb1","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/id/:idOrVar?languageId=-15283749&live=true","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype","id",":idOrVar"],"query":[{"key":"languageId","value":"-15283749"},{"key":"live","value":"true"}],"variable":[{"key":"idOrVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9115a863-ebb8-474b-981c-515a9271f21b"},{"name":"updateType","id":"f0fa96fd-df5d-4b2e-b2c3-c64b6926915b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/contenttype/id/:idOrVar","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype","id",":idOrVar"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"78577072-8792-473d-9cb9-5b472914fa89","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"idOrVar"}]}},"response":[{"id":"69965e53-1978-4676-a3ed-b4b383ea8556","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/id/:idOrVar","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype","id",":idOrVar"],"variable":[{"key":"idOrVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"f0fa96fd-df5d-4b2e-b2c3-c64b6926915b"},{"name":"deleteType","id":"7eaf14ea-6f19-4f68-a7c2-b185ddb0abd1","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/id/:idOrVar","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype","id",":idOrVar"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"473c14b1-05c0-4473-a1fb-9b88a23e9034","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"idOrVar"}]}},"response":[{"id":"00bb6019-6f81-4112-bc53-52396db51d81","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/id/:idOrVar","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype","id",":idOrVar"],"variable":[{"key":"idOrVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"7eaf14ea-6f19-4f68-a7c2-b185ddb0abd1"}],"id":"0c48bb21-0e0c-4ea1-b107-322435a4e28b","_postman_id":"0c48bb21-0e0c-4ea1-b107-322435a4e28b","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"{type Id}/fields","item":[{"name":"id/{field Id}","item":[{"name":"variables","item":[{"name":"id/{field Var Id}","item":[{"name":"getFieldVariableByFieldId","id":"963f9ed5-2492-496d-9c46-08397db2f7d0","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId/variables/id/:fieldVarId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","id",":fieldId","variables","id",":fieldVarId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"7e35647c-9f6b-4c23-a7e4-7746dfa840bf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVarId"},{"id":"fdafc829-64de-4228-9192-d5de9b5b5bb8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"f3d098ae-33c9-485c-8eb7-a051227ad108","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldId"}]}},"response":[{"id":"5c3cdf03-f70f-4189-bfdd-cc5794401ff4","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId/variables/id/:fieldVarId","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","id",":fieldId","variables","id",":fieldVarId"],"variable":[{"key":"fieldVarId","value":"ea non","description":"(Required) "},{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"963f9ed5-2492-496d-9c46-08397db2f7d0"},{"name":"updateFieldVariableByFieldId","id":"90df79b1-a50d-472d-88a0-850d0e7e8a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId/variables/id/:fieldVarId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","id",":fieldId","variables","id",":fieldVarId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"3bfb673f-ea2a-40c1-bd9e-ccc5ba2513dc","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVarId"},{"id":"b1307381-f44d-4cd9-ae15-252f1f4f4081","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"8bb822b3-fbee-4978-a839-6de9d2058883","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldId"}]}},"response":[{"id":"06937bf1-5cca-49a3-b6db-37a7700c276d","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId/variables/id/:fieldVarId","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","id",":fieldId","variables","id",":fieldVarId"],"variable":[{"key":"fieldVarId","value":"ea non","description":"(Required) "},{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"90df79b1-a50d-472d-88a0-850d0e7e8a4e"},{"name":"deleteFieldVariableByFieldId","id":"1d907cc8-2b06-4f1c-a563-36b3e015d72a","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId/variables/id/:fieldVarId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","id",":fieldId","variables","id",":fieldVarId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"862f3faf-11be-4a53-96cb-b4a002f80473","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVarId"},{"id":"57b9a0fa-aa75-4329-b319-c3053c3ccd01","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"a2f6d855-1634-472e-bd1e-f0897802cf1a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldId"}]}},"response":[{"id":"007a2661-b637-4358-abb1-2843539530f0","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId/variables/id/:fieldVarId","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","id",":fieldId","variables","id",":fieldVarId"],"variable":[{"key":"fieldVarId","value":"ea non","description":"(Required) "},{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1d907cc8-2b06-4f1c-a563-36b3e015d72a"}],"id":"05a045bd-0587-4b2e-b5d3-7d0e523d288c","_postman_id":"05a045bd-0587-4b2e-b5d3-7d0e523d288c","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"createFieldVariableByFieldId","id":"03c7e474-fa4b-41ae-b644-44ddf72e3b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId/variables","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","id",":fieldId","variables"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"1201cbc1-caff-4cf6-b9ed-5a7410a7333a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"63423695-888f-4bcd-8f03-2100b817c34a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldId"}]}},"response":[{"id":"afb01fac-71af-4ef0-ae77-5898f0a8359f","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId/variables","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","id",":fieldId","variables"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"03c7e474-fa4b-41ae-b644-44ddf72e3b9f"},{"name":"getFieldVariablesByFieldId","id":"3c60cfd6-a713-4204-93bc-f11a606ca640","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId/variables","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","id",":fieldId","variables"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"99ca4fed-ceac-4174-b53a-1c988e26458b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"43ad9946-8dc9-4f5b-b123-f93cae359ca7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldId"}]}},"response":[{"id":"cf0f885a-c91f-489b-9d7e-9716b4a722c6","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId/variables","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","id",":fieldId","variables"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3c60cfd6-a713-4204-93bc-f11a606ca640"}],"id":"ea269d57-ebff-489b-ba8b-d3409dc075e1","_postman_id":"ea269d57-ebff-489b-ba8b-d3409dc075e1","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"getContentTypeFieldById","id":"f82cf5ae-c7e9-45f4-b1a7-98768c08d7aa","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","id",":fieldId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"8a6f263a-3402-477e-a8c7-76ded204cfb5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"0735c7b2-6f78-4b49-b6c9-0a1da1642c5d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldId"}]}},"response":[{"id":"fe61b246-0608-49a9-9c12-44fe0a6a9bf6","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","id",":fieldId"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"f82cf5ae-c7e9-45f4-b1a7-98768c08d7aa"},{"name":"updateContentTypeFieldById","id":"fdbc7cc2-0ac4-41f9-a247-2469eab2dc50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","id",":fieldId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"be593d84-256a-406c-9ecb-86dc4358e34e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"cc88b499-e591-4a6b-b2f6-9d3eb0f06f20","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldId"}]}},"response":[{"id":"e9fbd06f-7549-4134-8b4b-e5c048d8bf9f","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","id",":fieldId"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"fdbc7cc2-0ac4-41f9-a247-2469eab2dc50"},{"name":"deleteContentTypeFieldById","id":"5a869738-7f38-4444-aeb1-4cb9aa58b843","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","id",":fieldId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"f4223f9a-1af3-4eed-93c5-15b8558d6b82","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"c443fbd9-916f-4ae2-95c6-603ce188c71a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldId"}]}},"response":[{"id":"bc11b1dd-7aa3-4abf-80a1-0e04cc30eb03","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/id/:fieldId","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","id",":fieldId"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5a869738-7f38-4444-aeb1-4cb9aa58b843"}],"id":"ac62da0f-5b76-40e7-b484-fc7e1ba436d6","_postman_id":"ac62da0f-5b76-40e7-b484-fc7e1ba436d6","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"var/{field Var}","item":[{"name":"variables","item":[{"name":"id/{field Var Id}","item":[{"name":"getFieldVariableByFieldVar","id":"49225801-d4a6-4e3d-ab89-f9979b0a39f9","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar/variables/id/:fieldVarId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","var",":fieldVar","variables","id",":fieldVarId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"843cc0a7-9044-4468-8758-791d306c77be","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVarId"},{"id":"49a0e711-6ea9-49e0-a507-74d87bf9aad7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"7e84424f-5266-49c6-b23f-3d9a3054865b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVar"}]}},"response":[{"id":"5ab21f4a-fb86-4785-8ee6-534857912057","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar/variables/id/:fieldVarId","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","var",":fieldVar","variables","id",":fieldVarId"],"variable":[{"key":"fieldVarId","value":"ea non","description":"(Required) "},{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"49225801-d4a6-4e3d-ab89-f9979b0a39f9"},{"name":"updateFieldVariableByFieldVar","id":"b06b2632-07e2-427d-a34b-b169f4d3dbba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar/variables/id/:fieldVarId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","var",":fieldVar","variables","id",":fieldVarId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"33a06c1b-85f1-4976-a53d-ce33b5b11f58","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVarId"},{"id":"b3ec861e-022a-4554-b6b2-911a63c86bb6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"c0e41d05-c735-41f1-a4b2-16aa51b50f0a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVar"}]}},"response":[{"id":"ee627b68-9fe8-4867-96a0-c129ebfde199","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar/variables/id/:fieldVarId","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","var",":fieldVar","variables","id",":fieldVarId"],"variable":[{"key":"fieldVarId","value":"ea non","description":"(Required) "},{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b06b2632-07e2-427d-a34b-b169f4d3dbba"},{"name":"deleteFieldVariableByFieldVar","id":"a2273fd0-d0c1-4452-b7e6-0c2a6c40381a","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar/variables/id/:fieldVarId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","var",":fieldVar","variables","id",":fieldVarId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"7653fd2b-0b90-47ff-936c-4ddaa31cc09e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVarId"},{"id":"8dd62652-32bb-44ad-b577-fd0c54675f2d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"b3dc7fb8-a25f-48ea-9888-48f61bbdf6e4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVar"}]}},"response":[{"id":"32419aa0-7cc5-466c-acbe-56959342966c","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar/variables/id/:fieldVarId","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","var",":fieldVar","variables","id",":fieldVarId"],"variable":[{"key":"fieldVarId","value":"ea non","description":"(Required) "},{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a2273fd0-d0c1-4452-b7e6-0c2a6c40381a"}],"id":"59ef5235-d638-49db-ad7c-40188c62e91d","_postman_id":"59ef5235-d638-49db-ad7c-40188c62e91d","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"createFieldVariableByFieldVar","id":"ec9c5ffb-d4a4-49dc-ab44-4610e702a1ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar/variables","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","var",":fieldVar","variables"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"9f591fb8-8f8c-43c5-938b-86e28e3e6a07","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"82e24db0-5153-4ea1-b05f-7226bc831152","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVar"}]}},"response":[{"id":"9e1f8825-c524-40b6-ba9f-d3e1bf6e42a5","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar/variables","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","var",":fieldVar","variables"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ec9c5ffb-d4a4-49dc-ab44-4610e702a1ef"},{"name":"getFieldVariablesByFieldVar","id":"9eb69d75-ee65-4d7d-982d-3f85541fdb5c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar/variables","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","var",":fieldVar","variables"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b6ea8aec-fef7-445c-be0b-5c701edcef97","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"4f8e518d-3d05-45b0-9eae-c85d6a9ecf6f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVar"}]}},"response":[{"id":"2dc16165-94f5-4dd4-b26a-f472a068d1de","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar/variables","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","var",":fieldVar","variables"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9eb69d75-ee65-4d7d-982d-3f85541fdb5c"}],"id":"f033a7e1-c1b5-4819-90cb-280b30398915","_postman_id":"f033a7e1-c1b5-4819-90cb-280b30398915","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"getContentTypeFieldByVar","id":"92d5d266-fa50-47d5-a6a2-6d6b4eb37a8f","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","var",":fieldVar"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"961add4d-66f9-4b27-b9f5-74644a8bffa6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"26309fdd-dc85-439f-a220-005c31dc091c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVar"}]}},"response":[{"id":"2b350b50-4c80-4215-80a0-c5053fc172c8","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","var",":fieldVar"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"92d5d266-fa50-47d5-a6a2-6d6b4eb37a8f"},{"name":"updateContentTypeFieldByVar","id":"1f753382-1250-45ed-9155-5af5538986d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","var",":fieldVar"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"818a9f7b-506b-46b7-a021-67a3c1c52d9b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"a3eae477-1e6b-4116-99c3-64cfccc09929","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVar"}]}},"response":[{"id":"ebff3a98-b978-43f7-879f-2b3780ef407e","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","var",":fieldVar"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1f753382-1250-45ed-9155-5af5538986d0"},{"name":"deleteContentTypeFieldByVar","id":"035ba46c-2fb3-4902-bb23-fed8315ef832","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields","var",":fieldVar"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"2c1cec78-9ecf-4486-9b78-ef3077d5fa29","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"},{"id":"7bf1c39d-2cef-4112-aa99-b11ed4bb217a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVar"}]}},"response":[{"id":"02829e24-6fef-49de-b84a-8ceceffd43b5","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields/var/:fieldVar","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields","var",":fieldVar"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "},{"key":"fieldVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"035ba46c-2fb3-4902-bb23-fed8315ef832"}],"id":"aba622b5-1cb4-403c-8a52-22b5b155a0d9","_postman_id":"aba622b5-1cb4-403c-8a52-22b5b155a0d9","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"updateFields","id":"d5894202-dd80-4004-bce5-3a5d1d55c31b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"6632fb5c-9d8e-43f0-b55b-7277c941d61f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"}]}},"response":[{"id":"8d0a49ae-9c7f-4916-8a8e-0b3a9d7e403f","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d5894202-dd80-4004-bce5-3a5d1d55c31b"},{"name":"createContentTypeField","id":"921abfe1-eabe-4eff-9ce7-bb5473474b00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"bc5d10ee-3613-4e19-8588-5c35c8c3888b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"}]}},"response":[{"id":"38ba4ee5-0564-4e60-939c-e9493dea4954","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"921abfe1-eabe-4eff-9ce7-bb5473474b00"},{"name":"getContentTypeFields","id":"7e863639-c1d2-443f-85d0-a823ace6982b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"017f6cce-3eb4-423a-8917-342890d91cc3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"}]}},"response":[{"id":"e734de77-7126-40a5-9538-40f6f33b813f","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"7e863639-c1d2-443f-85d0-a823ace6982b"},{"name":"deleteFields","id":"37ab2ac0-ade7-4f3c-83ea-8157d54f96f6","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype",":typeId","fields"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"26177284-6dcc-4a7f-a82c-905a948199e5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeId"}]}},"response":[{"id":"ce9c9ba6-91f2-48b1-b51e-22271495e9c9","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype/:typeId/fields","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype",":typeId","fields"],"variable":[{"key":"typeId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"37ab2ac0-ade7-4f3c-83ea-8157d54f96f6"}],"id":"f21d119b-7bb9-4ae1-9836-2559075630ac","_postman_id":"f21d119b-7bb9-4ae1-9836-2559075630ac","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"createType","id":"cd66ed39-307f-4a81-9e52-46e14c779c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/contenttype","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"5ef07c10-745e-4a65-b042-e42ba5bfaedb","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/contenttype"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"cd66ed39-307f-4a81-9e52-46e14c779c02"},{"name":"getContentTypes","id":"986b1805-c57a-47d3-8261-ee1458f5249c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype?filter=ea non&page=-15283749&per_page=-15283749&orderby=upper(name)&direction=ASC&type=ea non&host=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"},{"key":"orderby","value":"upper(name)"},{"key":"direction","value":"ASC"},{"key":"type","value":"ea non"},{"key":"host","value":"ea non"}],"variable":[]}},"response":[{"id":"a293a30e-92fa-404b-9244-65ebc1f29b82","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contenttype?filter=ea non&page=-15283749&per_page=-15283749&orderby=upper(name)&direction=ASC&type=ea non&host=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","contenttype"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"},{"key":"orderby","value":"upper(name)"},{"key":"direction","value":"ASC"},{"key":"type","value":"ea non"},{"key":"host","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"986b1805-c57a-47d3-8261-ee1458f5249c"},{"name":"getRecentBaseTypes","id":"77dd6f81-d09e-4bd9-bb52-4f5f6d0ecb7d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/contenttype/basetypes","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contenttype","basetypes"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"302a7000-d0f6-4fcd-b5ce-ada52b34e6b6","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/contenttype/basetypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"77dd6f81-d09e-4bd9-bb52-4f5f6d0ecb7d"}],"id":"0f599501-bcd4-4597-92cf-dbd3a2dde83c","_postman_id":"0f599501-bcd4-4597-92cf-dbd3a2dde83c","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"system","item":[{"name":"ruleengine","item":[{"name":"list2","id":"cdac294a-ca38-435a-930b-eae32da481b7","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/system/ruleengine/conditionlets","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","system","ruleengine","conditionlets"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"e814c408-b1c3-440a-8438-006e0c3d2181","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/system/ruleengine/conditionlets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"cdac294a-ca38-435a-930b-eae32da481b7"},{"name":"list3","id":"5b8f77df-3418-49c0-90f5-d95a72449984","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/system/ruleengine/actionlets","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","system","ruleengine","actionlets"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"2b4be969-edb8-4be1-8340-0d88517cf24a","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/system/ruleengine/actionlets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5b8f77df-3418-49c0-90f5-d95a72449984"}],"id":"0b74a27e-adcb-4217-85b6-0135187a6078","_postman_id":"0b74a27e-adcb-4217-85b6-0135187a6078","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"list","id":"163a258b-0b58-4c88-a27b-6beb7bd02fb5","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/system/i18n/{lang:[/w]{{2,3}}(?:-?[\\w]ea non)?}/:rsrc:.*=null","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","system","i18n","{lang:[","w]{{2,3}}("],"host":["https://demo.dotcms.com/api"],"query":[{"key":":-?[\\w]ea non)?}/:rsrc:.*","value":"null"}],"variable":[{"id":"f96b0cfe-16c3-4748-b9af-d372840d5b28","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"lang:[\\w]{2,3"},{"id":"3ad84621-6ec2-40a5-b01a-b01d5c651d6b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"rsrc:.*"}]}},"response":[{"id":"0c50dc2c-cc43-4f66-a5a4-75147d0a2b5a","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/system/i18n/{lang:[/w]{{2,3}}(","host":["https://demo.dotcms.com/api"],"path":["v1","system","i18n","{lang:[","w]{{2,3}}("],"variable":[{"key":"lang:[\\w]{2,3","value":"ea non","description":"(Required) "},{"key":"rsrc:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"163a258b-0b58-4c88-a27b-6beb7bd02fb5"}],"id":"7d232c07-7c2d-4a02-b428-8e5056c7ff27","_postman_id":"7d232c07-7c2d-4a02-b428-8e5056c7ff27","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"logger","item":[{"name":"getLoggers","id":"cb219006-7f29-4329-a14e-f8bca529d0c3","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/logger","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","logger"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"c4bc0df7-dfb7-4ec5-b553-ed38dfb9c3cf","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/logger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"cb219006-7f29-4329-a14e-f8bca529d0c3"},{"name":"changeLoggerLevel","id":"a7bbdc03-3759-441e-9676-80e51c52f564","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/logger","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","logger"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"6c3480d2-1afd-43bb-b187-dd98b75621b3","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/logger"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a7bbdc03-3759-441e-9676-80e51c52f564"},{"name":"getLogger","id":"e1a220a2-ae8c-4857-8aac-f8fc9d92b693","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/logger/:loggerName","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","logger",":loggerName"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"69afc658-57e1-406f-9f53-186a6b4cd124","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"loggerName"}]}},"response":[{"id":"c791f890-a1a8-4e34-8475-fccf73b5511d","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/logger/:loggerName","host":["https://demo.dotcms.com/api"],"path":["v1","logger",":loggerName"],"variable":[{"key":"loggerName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e1a220a2-ae8c-4857-8aac-f8fc9d92b693"}],"id":"8e90c376-74ca-412b-bf4a-b42aa9365309","_postman_id":"8e90c376-74ca-412b-bf4a-b42aa9365309","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"dotsaml","item":[{"name":"login/{idp Config Id}","item":[{"name":"doLogin","id":"00b42cc4-340a-4814-94cf-787973e5ed9d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/dotsaml/login/:idpConfigId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","dotsaml","login",":idpConfigId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"4cf7d412-9802-4ac4-92f3-19d326c8cf5e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"idpConfigId"}]}},"response":[{"id":"fe92467a-dacc-4d26-bcaa-e8de4f1dede7","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/dotsaml/login/:idpConfigId","host":["https://demo.dotcms.com/api"],"path":["v1","dotsaml","login",":idpConfigId"],"variable":[{"key":"idpConfigId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"00b42cc4-340a-4814-94cf-787973e5ed9d"},{"name":"processLogin","id":"c541b01e-f79b-45ee-8bed-14d3cd92058a","request":{"method":"POST","header":[],"url":"https://demo.dotcms.com/api/v1/dotsaml/login/:idpConfigId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","dotsaml","login",":idpConfigId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e9d2cbab-fa69-4e55-8117-e6baa7001d04","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"idpConfigId"}]}},"response":[{"id":"fefbbb0e-303c-4dbd-bb42-9196fb2798e7","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/dotsaml/login/:idpConfigId","host":["https://demo.dotcms.com/api"],"path":["v1","dotsaml","login",":idpConfigId"],"variable":[{"key":"idpConfigId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c541b01e-f79b-45ee-8bed-14d3cd92058a"}],"id":"2ec430f7-d2b5-4769-929c-4c831e9b3a6f","_postman_id":"2ec430f7-d2b5-4769-929c-4c831e9b3a6f","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"logout/{idp Config Id}","item":[{"name":"logoutPost","id":"81fa0a13-a447-41a2-b112-9797315b0a56","request":{"method":"POST","header":[],"url":"https://demo.dotcms.com/api/v1/dotsaml/logout/:idpConfigId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","dotsaml","logout",":idpConfigId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"59aafde8-aba6-497a-9c03-6b3277a6445c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"idpConfigId"}]}},"response":[{"id":"e1bc3be9-3e4f-4787-ba34-58cb675abe82","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/dotsaml/logout/:idpConfigId","host":["https://demo.dotcms.com/api"],"path":["v1","dotsaml","logout",":idpConfigId"],"variable":[{"key":"idpConfigId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81fa0a13-a447-41a2-b112-9797315b0a56"},{"name":"logoutGet","id":"163e7337-7685-4e36-b4bc-fc4cb55d1984","request":{"method":"GET","header":[],"url":"https://demo.dotcms.com/api/v1/dotsaml/logout/:idpConfigId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","dotsaml","logout",":idpConfigId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"7fd9f966-d438-4549-93c4-ad825da58463","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"idpConfigId"}]}},"response":[{"id":"13ca717f-95c5-4a09-af61-7664de1afbd2","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/dotsaml/logout/:idpConfigId","host":["https://demo.dotcms.com/api"],"path":["v1","dotsaml","logout",":idpConfigId"],"variable":[{"key":"idpConfigId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"163e7337-7685-4e36-b4bc-fc4cb55d1984"}],"id":"e7756d6b-7709-4f71-a610-0b6079a8af66","_postman_id":"e7756d6b-7709-4f71-a610-0b6079a8af66","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"metadata","id":"dff03d68-e2be-45cf-9978-629bc12b0fa6","request":{"method":"GET","header":[],"url":"https://demo.dotcms.com/api/v1/dotsaml/metadata/:idpConfigId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","dotsaml","metadata",":idpConfigId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"31168e4e-e091-4eec-b947-a6c088abc4ca","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"idpConfigId"}]}},"response":[{"id":"d93de836-14b6-4a14-8ee5-6d17c3b713e3","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/dotsaml/metadata/:idpConfigId","host":["https://demo.dotcms.com/api"],"path":["v1","dotsaml","metadata",":idpConfigId"],"variable":[{"key":"idpConfigId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dff03d68-e2be-45cf-9978-629bc12b0fa6"}],"id":"8d1e1cba-896d-4a36-a94d-ffb0f73fd8cf","_postman_id":"8d1e1cba-896d-4a36-a94d-ffb0f73fd8cf","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"site","item":[{"name":"{site Id}","item":[{"name":"deleteSite","id":"78f5c9ac-5c6e-4591-b501-07c3184fe293","request":{"method":"DELETE","header":[],"url":"https://demo.dotcms.com/api/v1/site/:siteId?javax.ws.rs.container.Suspended=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site",":siteId"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}],"variable":[{"id":"3147d8ea-238b-4100-9e64-38234612ec73","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"e6568294-22ff-447d-915c-3e50869c5c55","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/site/:siteId?javax.ws.rs.container.Suspended=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","site",":siteId"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"78f5c9ac-5c6e-4591-b501-07c3184fe293"},{"name":"findHostByIdentifier","id":"20a84845-a5ac-4fec-be95-78f50377b05c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/:siteId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site",":siteId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b661e1da-78c6-4d21-a27e-a766c40247f8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"d8954ee8-ce5d-4fd0-8093-bceb5ea29a57","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/site/:siteId","host":["https://demo.dotcms.com/api"],"path":["v1","site",":siteId"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"20a84845-a5ac-4fec-be95-78f50377b05c"},{"name":"unarchiveSite","id":"ee5dd092-c538-4069-b6e0-ef2e0d9e6187","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/:siteId/_unarchive","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site",":siteId","_unarchive"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"055a4ebc-7d17-4bde-8843-c65804dc0ae9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"e79253d8-b25a-439f-90ab-7f593e96eb02","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/site/:siteId/_unarchive","host":["https://demo.dotcms.com/api"],"path":["v1","site",":siteId","_unarchive"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ee5dd092-c538-4069-b6e0-ef2e0d9e6187"},{"name":"makeDefault","id":"2545fbff-03ed-4d2e-82d0-0f43b7784552","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/:siteId/_makedefault","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site",":siteId","_makedefault"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"98fb151d-f4b1-4b62-b4f4-c750c4d81ad2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"452353ac-4458-4fae-beff-3fb7b2fa0a58","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/site/:siteId/_makedefault","host":["https://demo.dotcms.com/api"],"path":["v1","site",":siteId","_makedefault"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2545fbff-03ed-4d2e-82d0-0f43b7784552"},{"name":"getSiteSetupProgress","id":"1f47e5bc-9ae4-45fc-a4d7-c218850ceadc","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/:siteId/setup_progress","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site",":siteId","setup_progress"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"7b18277f-67d4-43e1-b181-754921496a79","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"4af0a4cc-c1d4-4452-b62e-b2bc4695dccf","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/site/:siteId/setup_progress","host":["https://demo.dotcms.com/api"],"path":["v1","site",":siteId","setup_progress"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1f47e5bc-9ae4-45fc-a4d7-c218850ceadc"},{"name":"publishSite","id":"b283251b-70ad-43d2-844c-1930868b5040","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/:siteId/_publish","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site",":siteId","_publish"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"bbcd9d82-0747-458a-9f13-9bbc3cbcabba","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"e0c99a4b-8bb6-4526-b987-348a9b9f6bc6","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/site/:siteId/_publish","host":["https://demo.dotcms.com/api"],"path":["v1","site",":siteId","_publish"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b283251b-70ad-43d2-844c-1930868b5040"},{"name":"unpublishSite","id":"70d62d5e-df6f-4502-968b-9228f3b2adf7","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/:siteId/_unpublish","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site",":siteId","_unpublish"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b9d5117d-8f46-4c96-9fd6-10e11f2e75d0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"916b22d8-98c8-499c-89d4-2d50ae220a9a","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/site/:siteId/_unpublish","host":["https://demo.dotcms.com/api"],"path":["v1","site",":siteId","_unpublish"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"70d62d5e-df6f-4502-968b-9228f3b2adf7"},{"name":"archiveSite","id":"61cd1d31-f985-402d-8005-9dcc3a337be8","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/:siteId/_archive","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site",":siteId","_archive"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"f638cf1a-f1d0-4d97-9704-92e6d193d2b7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"}]}},"response":[{"id":"af5ecf6c-16de-4772-ad54-a28d0f077de2","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/site/:siteId/_archive","host":["https://demo.dotcms.com/api"],"path":["v1","site",":siteId","_archive"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"61cd1d31-f985-402d-8005-9dcc3a337be8"}],"id":"d5ae983d-e421-4d9f-afc4-c1f3573e2a05","_postman_id":"d5ae983d-e421-4d9f-afc4-c1f3573e2a05","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"switch","item":[{"name":"switchSite","id":"38ef6121-52cf-426d-a23e-fa7278cf61d5","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/switch","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site","switch"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"97d5159b-f754-4dc5-b0c6-8e6082c804de","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/site/switch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"38ef6121-52cf-426d-a23e-fa7278cf61d5"},{"name":"switchSite","id":"6fb54bf8-e263-4ae1-ab63-eb33638ec878","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/switch/:id","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site","switch",":id"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"c27007f1-333b-43a9-b00d-4b8972921e3f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"id"}]}},"response":[{"id":"0be0e42c-cf12-4e75-95c1-13dc81701a88","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/site/switch/:id","host":["https://demo.dotcms.com/api"],"path":["v1","site","switch",":id"],"variable":[{"key":"id","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"6fb54bf8-e263-4ae1-ab63-eb33638ec878"}],"id":"e17dc404-967a-4934-8813-df3ffcfed0a3","_postman_id":"e17dc404-967a-4934-8813-df3ffcfed0a3","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"sites","id":"47ad6f70-cb39-4b17-ab9b-17e825d4c1ce","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site?filter=ea non&archive=true&live=true&system=true&page=-15283749&per_page=-15283749","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"filter","value":"ea non"},{"key":"archive","value":"true"},{"key":"live","value":"true"},{"key":"system","value":"true"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"}],"variable":[]}},"response":[{"id":"8aed15f6-1baa-4915-8e6c-0abc9817c49e","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/site?filter=ea non&archive=true&live=true&system=true&page=-15283749&per_page=-15283749","host":["https://demo.dotcms.com/api"],"path":["v1","site"],"query":[{"key":"filter","value":"ea non"},{"key":"archive","value":"true"},{"key":"live","value":"true"},{"key":"system","value":"true"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"47ad6f70-cb39-4b17-ab9b-17e825d4c1ce"},{"name":"createNewSite","id":"4195a759-67b0-4851-be8b-c48865b2326b","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"a388ce69-92f8-401e-a3a6-66532d447222","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/site"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4195a759-67b0-4851-be8b-c48865b2326b"},{"name":"updateSite","id":"59cb4349-5351-4d75-b967-c07a55655e00","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site?id=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"id","value":"ea non"}],"variable":[]}},"response":[{"id":"844529f3-6f61-4fc2-aeef-a4ccbb06cb6d","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/site?id=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","site"],"query":[{"key":"id","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"59cb4349-5351-4d75-b967-c07a55655e00"},{"name":"currentSite","id":"900f2691-28c5-494b-99bc-c173188c7ed3","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/currentSite","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site","currentSite"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"58cb39d2-4d2e-43ec-957d-78911ba484c2","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/site/currentSite"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"900f2691-28c5-494b-99bc-c173188c7ed3"},{"name":"findHostByName","id":"808e75ae-c3e8-451b-a7b0-1537ae643d11","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/_byname","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site","_byname"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"e1cd39fc-a549-4d34-8e7c-9a79fa5e6ea7","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/site/_byname"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"808e75ae-c3e8-451b-a7b0-1537ae643d11"},{"name":"copySite","id":"cb4cbbd9-eb75-41ae-9dba-c990746a5193","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/_copy","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site","_copy"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"ab2dd6a6-f6f9-45b7-953d-a5b7ff899eee","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/site/_copy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"cb4cbbd9-eb75-41ae-9dba-c990746a5193"},{"name":"findAllSiteThumbnails","id":"c337d7ce-3de1-4f72-adc0-2a9f12b013d2","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/site/thumbnails","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","site","thumbnails"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"e207e659-341f-4a35-b0fb-85e4be4c88b8","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/site/thumbnails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c337d7ce-3de1-4f72-adc0-2a9f12b013d2"}],"id":"4b95a25b-66ca-44f6-942c-b2085dc4fb30","_postman_id":"4b95a25b-66ca-44f6-942c-b2085dc4fb30","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"caches","item":[{"name":"provider/{provider: .*}","item":[{"name":"flush","item":[{"name":"{group: .*}","item":[{"name":"flushGroup","id":"ac787f5e-f9bf-4cad-a6a5-23132804b7db","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/flush/:group: .*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","caches","provider",":provider: .*","flush",":group: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"888aeeba-5ac6-4c6f-a143-e95388e0bbbc","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"provider: .*"},{"id":"c5e83450-5bf8-47a3-8419-55913fd38b28","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"group: .*"}]}},"response":[{"id":"72d826c4-ac9c-45ce-9097-9723558c4c3c","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/flush/:group: .*","host":["https://demo.dotcms.com/api"],"path":["v1","caches","provider",":provider: .*","flush",":group: .*"],"variable":[{"key":"provider: .*","value":"ea non","description":"(Required) "},{"key":"group: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ac787f5e-f9bf-4cad-a6a5-23132804b7db"},{"name":"flushObject","id":"2b029192-65fa-4043-9f1e-74f83f52a340","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/flush/:group: .*/:id: .*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","caches","provider",":provider: .*","flush",":group: .*",":id: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"a7f52c41-3b95-4008-aed4-3460c0dfcd8f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"provider: .*"},{"id":"27ad8c45-1923-4539-abbc-99251932cfb3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"group: .*"},{"id":"6290d666-3255-4f60-93a3-4e87030b3853","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"id: .*"}]}},"response":[{"id":"2b4ef6bc-be8a-4509-b379-dd4ac4ce3104","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/flush/:group: .*/:id: .*","host":["https://demo.dotcms.com/api"],"path":["v1","caches","provider",":provider: .*","flush",":group: .*",":id: .*"],"variable":[{"key":"provider: .*","value":"ea non","description":"(Required) "},{"key":"group: .*","value":"ea non","description":"(Required) "},{"key":"id: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2b029192-65fa-4043-9f1e-74f83f52a340"}],"id":"22255b72-803b-47c3-b2e0-facdb815d496","_postman_id":"22255b72-803b-47c3-b2e0-facdb815d496","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"flushAll","id":"f7bc1349-ce1f-4bdb-b8bc-f147efc0e549","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/flush","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","caches","provider",":provider: .*","flush"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"53de35d6-2d48-4056-9246-138c441aea69","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"provider: .*"}]}},"response":[{"id":"33077e7e-7434-48de-bde3-cb03d7d549b3","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/flush","host":["https://demo.dotcms.com/api"],"path":["v1","caches","provider",":provider: .*","flush"],"variable":[{"key":"provider: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"f7bc1349-ce1f-4bdb-b8bc-f147efc0e549"}],"id":"fc218f9f-2c76-482c-9984-d9ccb7094b97","_postman_id":"fc218f9f-2c76-482c-9984-d9ccb7094b97","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"getKeys","id":"5f0ebe98-d091-4947-9938-ba1ca0089916","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/keys/:group: .*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","caches","provider",":provider: .*","keys",":group: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"f4ebcae4-727e-4203-87c4-56f6ed7b8b68","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"provider: .*"},{"id":"322ec521-fa37-4b70-8c67-657c985a4da8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"group: .*"}]}},"response":[{"id":"3c02e1a2-551c-4fd8-8ba2-0336f0ff1a8c","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/keys/:group: .*","host":["https://demo.dotcms.com/api"],"path":["v1","caches","provider",":provider: .*","keys",":group: .*"],"variable":[{"key":"provider: .*","value":"ea non","description":"(Required) "},{"key":"group: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5f0ebe98-d091-4947-9938-ba1ca0089916"},{"name":"showProviders","id":"110562eb-e720-4653-bf43-e523cfbe908e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/:group: .*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","caches","provider",":provider: .*",":group: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"46d1e7e1-4f9a-495f-8f43-95ac7c2cb85e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"provider: .*"},{"id":"e16596f0-42f3-41d8-8d7c-de857cf0ec36","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"group: .*"}]}},"response":[{"id":"7c576588-3a37-419c-a47d-3eb1cd40eaee","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/:group: .*","host":["https://demo.dotcms.com/api"],"path":["v1","caches","provider",":provider: .*",":group: .*"],"variable":[{"key":"provider: .*","value":"ea non","description":"(Required) "},{"key":"group: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"110562eb-e720-4653-bf43-e523cfbe908e"},{"name":"showObject","id":"d37743bf-f02a-4023-b5df-7aa43d21f8f5","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/object/:group: .*/:id: .*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","caches","provider",":provider: .*","object",":group: .*",":id: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"123e4ace-cbc0-4a79-8840-1be89546bb9c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"provider: .*"},{"id":"72c18bb1-c137-4738-b847-b2953b702a6a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"group: .*"},{"id":"91c51b49-1f49-49d4-bd26-c9eaade766b4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"id: .*"}]}},"response":[{"id":"66794f7a-851b-40d2-89c3-c992ca110621","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/object/:group: .*/:id: .*","host":["https://demo.dotcms.com/api"],"path":["v1","caches","provider",":provider: .*","object",":group: .*",":id: .*"],"variable":[{"key":"provider: .*","value":"ea non","description":"(Required) "},{"key":"group: .*","value":"ea non","description":"(Required) "},{"key":"id: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d37743bf-f02a-4023-b5df-7aa43d21f8f5"},{"name":"showObjects","id":"4ffdfb11-b064-4b90-9a13-583acdc3557e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/objects/:group: .*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","caches","provider",":provider: .*","objects",":group: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"092a828f-8a16-4aeb-970e-f794605a234e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"provider: .*"},{"id":"813b687f-82a6-4c90-8c55-e49042e68135","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"group: .*"}]}},"response":[{"id":"407077d9-7b0c-4a47-8dcc-550b98a0e985","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/caches/provider/:provider: .*/objects/:group: .*","host":["https://demo.dotcms.com/api"],"path":["v1","caches","provider",":provider: .*","objects",":group: .*"],"variable":[{"key":"provider: .*","value":"ea non","description":"(Required) "},{"key":"group: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4ffdfb11-b064-4b90-9a13-583acdc3557e"}],"id":"acd8587c-c487-4ebd-baac-1167b504fbf1","_postman_id":"acd8587c-c487-4ebd-baac-1167b504fbf1","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"showProviders","id":"24caa96c-58f6-47ad-8091-382113bd07c1","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/caches/providers/:group: .*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","caches","providers",":group: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"cefb8149-5e22-4647-9a53-4b1bdfe84947","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"group: .*"}]}},"response":[{"id":"c9840fb0-1e69-42b3-a0b8-96c24cc8723e","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/caches/providers/:group: .*","host":["https://demo.dotcms.com/api"],"path":["v1","caches","providers",":group: .*"],"variable":[{"key":"group: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"24caa96c-58f6-47ad-8091-382113bd07c1"}],"id":"b1ccab8a-8868-4485-85a9-0f1a56396b28","_postman_id":"b1ccab8a-8868-4485-85a9-0f1a56396b28","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"apps","item":[{"name":"{key}","item":[{"name":"{site Id}","item":[{"name":"getAppDetail","id":"2c424052-25bc-459d-b8d3-010008d108e9","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apps/:key/:siteId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apps",":key",":siteId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"08e6e463-c675-4f39-a946-5e1f1c14074c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"08be869b-78fa-4e3c-b4e2-abd35b7b0dd5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"key"}]}},"response":[{"id":"28f3c7dd-8184-4a81-8e09-b3702de08375","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apps/:key/:siteId","host":["https://demo.dotcms.com/api"],"path":["v1","apps",":key",":siteId"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"key","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2c424052-25bc-459d-b8d3-010008d108e9"},{"name":"createAppSecrets","id":"88490cdb-4dad-4ef8-930c-bdc25560b304","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apps/:key/:siteId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apps",":key",":siteId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"8e0d73de-096e-45de-9755-3dd1c0b52f12","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"568a681a-3dde-4a63-b303-a0d808511852","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"key"}]}},"response":[{"id":"75e4f454-6eae-4c1c-9f14-c2b9ba0c205b","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apps/:key/:siteId","host":["https://demo.dotcms.com/api"],"path":["v1","apps",":key",":siteId"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"key","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"88490cdb-4dad-4ef8-930c-bdc25560b304"},{"name":"updateAppIndividualSecret","id":"923b44a8-2975-45c4-a8ac-52db18ba170d","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apps/:key/:siteId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apps",":key",":siteId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"61fdaf9a-eff4-4837-a15c-b642a46cd7ac","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"ac0617e9-1092-4ff7-8c51-4d98f30da3f0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"key"}]}},"response":[{"id":"2f632031-0ebb-48e0-b5ee-819a6d0db87b","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apps/:key/:siteId","host":["https://demo.dotcms.com/api"],"path":["v1","apps",":key",":siteId"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"key","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"923b44a8-2975-45c4-a8ac-52db18ba170d"},{"name":"deleteAllAppSecrets","id":"94542523-43f8-4821-87e5-cea12a1055ba","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apps/:key/:siteId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apps",":key",":siteId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"c9cf8a80-6f4f-4ec9-86f4-bcd6286dac4e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"c413a0ea-8386-4f35-9c98-054645eb3064","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"key"}]}},"response":[{"id":"3e737735-4272-4bf3-a011-9c537429a7c4","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apps/:key/:siteId","host":["https://demo.dotcms.com/api"],"path":["v1","apps",":key",":siteId"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"key","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"94542523-43f8-4821-87e5-cea12a1055ba"}],"id":"809580f9-dcf0-4030-bbe6-c35c7f4c3362","_postman_id":"809580f9-dcf0-4030-bbe6-c35c7f4c3362","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"getAppByKey","id":"de29fd21-fb50-4fd4-b580-7b4942d4b666","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apps/:key?filter=ea non&page=0&per_page=50&orderby=name&direction=ASC","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apps",":key"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"0"},{"key":"per_page","value":"50"},{"key":"orderby","value":"name"},{"key":"direction","value":"ASC"}],"variable":[{"id":"db38df9a-426c-4ce9-b51f-5cf32dd41bcf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"key"}]}},"response":[{"id":"075095f4-bfa1-4ebd-9195-74b941aa1c09","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apps/:key?filter=ea non&page=0&per_page=50&orderby=name&direction=ASC","host":["https://demo.dotcms.com/api"],"path":["v1","apps",":key"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"0"},{"key":"per_page","value":"50"},{"key":"orderby","value":"name"},{"key":"direction","value":"ASC"}],"variable":[{"key":"key","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"de29fd21-fb50-4fd4-b580-7b4942d4b666"},{"name":"deleteApp","id":"09de2d1b-8ab4-4523-b28e-7506b8f60e2b","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apps/:key?removeDescriptor=true","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apps",":key"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"removeDescriptor","value":"true"}],"variable":[{"id":"457554da-20bf-437d-9293-5d83c80e6551","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"key"}]}},"response":[{"id":"258e662f-3479-42ac-9206-94f6a7d52f2c","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apps/:key?removeDescriptor=true","host":["https://demo.dotcms.com/api"],"path":["v1","apps",":key"],"query":[{"key":"removeDescriptor","value":"true"}],"variable":[{"key":"key","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"09de2d1b-8ab4-4523-b28e-7506b8f60e2b"}],"id":"a96baf7d-555f-41b4-94ca-24d793b73119","_postman_id":"a96baf7d-555f-41b4-94ca-24d793b73119","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"listAvailableApps","id":"a735a788-ba3a-4ea7-bf1c-6d848f94bf94","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apps/?filter=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apps",""],"host":["https://demo.dotcms.com/api"],"query":[{"key":"filter","value":"ea non"}],"variable":[]}},"response":[{"id":"cb4d73c9-3c23-45fd-9173-fda64ed0a592","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apps/?filter=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","apps",""],"query":[{"key":"filter","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a735a788-ba3a-4ea7-bf1c-6d848f94bf94"},{"name":"createApp","id":"9d151c74-f200-4f54-a57f-f693893da3b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/v1/apps/","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apps",""],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"c7397819-6181-4dad-801d-029fe0c005b5","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/v1/apps/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9d151c74-f200-4f54-a57f-f693893da3b2"},{"name":"deleteIndividualAppSecret","id":"e8ecd1c6-17b7-4d2c-a7b3-207900bf63fc","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apps/","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apps",""],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"cb972d6c-0607-4a68-ae0e-28e698f6dbb0","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/apps/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e8ecd1c6-17b7-4d2c-a7b3-207900bf63fc"},{"name":"exportSecrets","id":"6da707e8-3047-4062-9e4e-6a0030560676","request":{"method":"POST","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"https://demo.dotcms.com/api/v1/apps/export","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apps","export"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"81513cb1-e6e7-44cb-8c9c-2acbed219e0e","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/apps/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"6da707e8-3047-4062-9e4e-6a0030560676"},{"name":"importSecrets","id":"1bec70fc-dd4c-41ff-9093-581585213eff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/v1/apps/import","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apps","import"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"f5dd991e-65c7-4272-9242-a515a5a18b2e","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/v1/apps/import"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1bec70fc-dd4c-41ff-9093-581585213eff"}],"id":"c7b15fe9-f98f-4d9f-a75e-c9efd9da6951","_postman_id":"c7b15fe9-f98f-4d9f-a75e-c9efd9da6951","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"browsertree/sitename/{sitename}/uri","item":[{"name":"loadAssetsUnder","id":"da8d3ed0-506c-49c3-9337-3403e1029d2d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/browsertree/sitename/:sitename/uri/","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","browsertree","sitename",":sitename","uri",""],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"793a9007-7b5b-4058-97ab-aabdc3b3f4d8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"sitename"}]}},"response":[{"id":"7078aa40-8f6c-457e-bb44-e36efccf2c1b","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/browsertree/sitename/:sitename/uri/","host":["https://demo.dotcms.com/api"],"path":["v1","browsertree","sitename",":sitename","uri",""],"variable":[{"key":"sitename","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"da8d3ed0-506c-49c3-9337-3403e1029d2d"},{"name":"loadAssetsUnder","id":"4338039d-f1a4-464f-9224-e6244d14bc2a","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/browsertree/sitename/:sitename/uri/:uri : .+","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","browsertree","sitename",":sitename","uri",":uri : .+"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"f10cbfba-21bd-4544-8fcf-d1c92a7b166d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"sitename"},{"id":"595926c6-f83d-49ae-bd66-ff6f22405f8a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"uri : .+"}]}},"response":[{"id":"3c8503a3-984d-4815-88f2-463201d12bf6","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/browsertree/sitename/:sitename/uri/:uri : .+","host":["https://demo.dotcms.com/api"],"path":["v1","browsertree","sitename",":sitename","uri",":uri : .+"],"variable":[{"key":"sitename","value":"ea non","description":"(Required) "},{"key":"uri : .+","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4338039d-f1a4-464f-9224-e6244d14bc2a"}],"id":"b9bd94ca-297b-49e6-8165-f34d359978ec","_postman_id":"b9bd94ca-297b-49e6-8165-f34d359978ec","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"personalization/pagepersonas","item":[{"name":"personalizePageContainers","id":"451afa38-b8eb-4588-b741-770b6957ac39","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/personalization/pagepersonas","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","personalization","pagepersonas"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"54f22c28-e450-428b-8904-aec69b4515ef","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/personalization/pagepersonas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"451afa38-b8eb-4588-b741-770b6957ac39"},{"name":"personalizePageContainers","id":"68d124e1-0924-427e-ae7a-9be2b8167b24","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/personalization/pagepersonas/page/:pageId/personalization/:personalization","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","personalization","pagepersonas","page",":pageId","personalization",":personalization"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e2502e16-3a5e-4f45-909c-7f1053c41ccc","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"personalization"},{"id":"f81c3b04-5a82-486e-9e87-40df441493f8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pageId"}]}},"response":[{"id":"c05bc63f-e76c-47d7-85ca-58bef95b0e50","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/personalization/pagepersonas/page/:pageId/personalization/:personalization","host":["https://demo.dotcms.com/api"],"path":["v1","personalization","pagepersonas","page",":pageId","personalization",":personalization"],"variable":[{"key":"personalization","value":"ea non","description":"(Required) "},{"key":"pageId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"68d124e1-0924-427e-ae7a-9be2b8167b24"}],"id":"a4c70f54-6fd8-4522-8c77-b7572f3a0ae1","_postman_id":"a4c70f54-6fd8-4522-8c77-b7572f3a0ae1","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"temp","item":[{"name":"uploadTempResourceMulti","id":"dbc24f4e-406f-4c3e-862c-0f8e68c0339d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/octet-stream"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/v1/temp?maxFileLength=-1","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","temp"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"maxFileLength","value":"-1"}],"variable":[]}},"response":[{"id":"bc9e2cd1-2678-42f8-a6e3-b4516a68dc2f","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.dotcms.com/api/v1/temp?maxFileLength=-1","host":["https://demo.dotcms.com/api"],"path":["v1","temp"],"query":[{"key":"maxFileLength","value":"-1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dbc24f4e-406f-4c3e-862c-0f8e68c0339d"},{"name":"copyTempFromUrl","id":"8bf8b2d3-96e3-41e5-8c8b-a33412078572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/temp/byUrl","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","temp","byUrl"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"d5f0e8c5-3247-4de6-8fe1-a4c1a7429004","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/temp/byUrl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8bf8b2d3-96e3-41e5-8c8b-a33412078572"}],"id":"08bef9fe-fbb9-4816-a7b9-d64baa913ca5","_postman_id":"08bef9fe-fbb9-4816-a7b9-d64baa913ca5","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"portlet","item":[{"name":"{portlet Id}","item":[{"name":"findPortlet","id":"97dc2b52-1658-4175-a42f-8e4767355c9d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/portlet/:portletId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","portlet",":portletId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b950e22d-a218-41da-8174-0a72bf042c87","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"portletId"}]}},"response":[{"id":"f5a9cf44-7d0c-49cd-9cb3-6ad177674b37","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/portlet/:portletId","host":["https://demo.dotcms.com/api"],"path":["v1","portlet",":portletId"],"variable":[{"key":"portletId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"97dc2b52-1658-4175-a42f-8e4767355c9d"},{"name":"doesUserHaveAccessToPortlet","id":"51a46a28-64ca-4638-b3ed-cf8b5d32b515","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/portlet/:portletId/_doesuserhaveaccess","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","portlet",":portletId","_doesuserhaveaccess"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"5c833888-108a-496f-aa54-34dfb088d9fd","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"portletId"}]}},"response":[{"id":"18742e4e-0d71-4f8a-8af0-f4a09b4346ea","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/portlet/:portletId/_doesuserhaveaccess","host":["https://demo.dotcms.com/api"],"path":["v1","portlet",":portletId","_doesuserhaveaccess"],"variable":[{"key":"portletId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"51a46a28-64ca-4638-b3ed-cf8b5d32b515"}],"id":"e94a97ad-ece0-448e-9c9b-543605661bce","_postman_id":"e94a97ad-ece0-448e-9c9b-543605661bce","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"custom","item":[{"name":"createContentPortlet","id":"128a3f06-7564-420d-b70a-58d78b43efb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/portlet/custom","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","portlet","custom"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"64a902e8-7ab7-4fa6-8229-cf1095fb0951","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/portlet/custom"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"128a3f06-7564-420d-b70a-58d78b43efb6"},{"name":"deleteCustomPortlet","id":"845b2901-0e22-4310-b450-00b78b797b53","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/portlet/custom/:portletId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","portlet","custom",":portletId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"ffe9017e-d906-4d2a-acb3-a35d77348a8a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"portletId"}]}},"response":[{"id":"b22189c1-346f-4b80-b850-d773863b0b86","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/portlet/custom/:portletId","host":["https://demo.dotcms.com/api"],"path":["v1","portlet","custom",":portletId"],"variable":[{"key":"portletId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"845b2901-0e22-4310-b450-00b78b797b53"}],"id":"a41787e4-9f6e-48a3-9c08-31b47a35f5ef","_postman_id":"a41787e4-9f6e-48a3-9c08-31b47a35f5ef","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"portlet Id/{portlet Id}","item":[{"name":"deletePersonalPortlet","id":"a784a79a-76db-4704-9a21-7d5688a80ece","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/portlet/portletId/:portletId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","portlet","portletId",":portletId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"373245d9-cdc3-4efb-a216-aabd0149a4d5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"portletId"}]}},"response":[{"id":"60973211-ef1c-4895-88b2-0127389228cd","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/portlet/portletId/:portletId","host":["https://demo.dotcms.com/api"],"path":["v1","portlet","portletId",":portletId"],"variable":[{"key":"portletId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a784a79a-76db-4704-9a21-7d5688a80ece"},{"name":"deletePortletForRole","id":"70245cc9-3d24-458d-8a14-2add1164376f","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/portlet/portletId/:portletId/roleId/:roleId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","portlet","portletId",":portletId","roleId",":roleId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"bfb1f251-18a2-4710-b4f2-460839e480f7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"roleId"},{"id":"eeca4a78-b84c-434a-85b8-f7a7881b3f73","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"portletId"}]}},"response":[{"id":"6e00c502-90d6-46aa-b229-c751c92ce4c9","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/portlet/portletId/:portletId/roleId/:roleId","host":["https://demo.dotcms.com/api"],"path":["v1","portlet","portletId",":portletId","roleId",":roleId"],"variable":[{"key":"roleId","value":"ea non","description":"(Required) "},{"key":"portletId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"70245cc9-3d24-458d-8a14-2add1164376f"}],"id":"3d9a7e65-d03e-44fc-81e2-80b2f26001d0","_postman_id":"3d9a7e65-d03e-44fc-81e2-80b2f26001d0","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"getCreateContentURL","id":"222ab26f-45a1-4413-900d-2156cd954a3d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/portlet/_actionurl/:contentTypeVariable","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","portlet","_actionurl",":contentTypeVariable"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"33851eb9-09dc-46b8-8b3b-9d077868fb44","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"contentTypeVariable"}]}},"response":[{"id":"280b659b-b542-4e95-9a01-9d6e3d82c259","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/portlet/_actionurl/:contentTypeVariable","host":["https://demo.dotcms.com/api"],"path":["v1","portlet","_actionurl",":contentTypeVariable"],"variable":[{"key":"contentTypeVariable","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"222ab26f-45a1-4413-900d-2156cd954a3d"}],"id":"e4eea4c3-1115-4f91-beb6-bf7f2b139193","_postman_id":"e4eea4c3-1115-4f91-beb6-bf7f2b139193","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"toolgroups/{layout Id}","item":[{"name":"deleteToolGroupFromUser","id":"8722e47f-a7ff-4efa-bf03-100cd4e7539e","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/toolgroups/:layoutId/_removefromuser?userid=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","toolgroups",":layoutId","_removefromuser"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"userid","value":"ea non"}],"variable":[{"id":"07d4e0cd-673d-45f8-8218-d5bb77f42ed0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"layoutId"}]}},"response":[{"id":"f93e43b2-13e0-4d39-bd35-1b78723a0a1c","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/toolgroups/:layoutId/_removefromuser?userid=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","toolgroups",":layoutId","_removefromuser"],"query":[{"key":"userid","value":"ea non"}],"variable":[{"key":"layoutId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8722e47f-a7ff-4efa-bf03-100cd4e7539e"},{"name":"addToolGroupToUser","id":"331f9647-6b28-4bac-a859-41dbad518fc7","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/toolgroups/:layoutId/_addtouser?userid=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","toolgroups",":layoutId","_addtouser"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"userid","value":"ea non"}],"variable":[{"id":"67e25f55-cc84-47b3-8d53-809c0d77091d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"layoutId"}]}},"response":[{"id":"78dc191a-63c2-4e05-af1f-a1c8ecbf4f84","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/toolgroups/:layoutId/_addtouser?userid=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","toolgroups",":layoutId","_addtouser"],"query":[{"key":"userid","value":"ea non"}],"variable":[{"key":"layoutId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"331f9647-6b28-4bac-a859-41dbad518fc7"},{"name":"userHasLayout","id":"258b9dba-5bf4-442e-8ae1-48c94408230e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/toolgroups/:layoutId/_userHasLayout?userid=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","toolgroups",":layoutId","_userHasLayout"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"userid","value":"ea non"}],"variable":[{"id":"bd06b327-d869-4176-a132-354e12eef59d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"layoutId"}]}},"response":[{"id":"f5d65f2a-c3a9-47f9-b571-2feff14179d5","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/toolgroups/:layoutId/_userHasLayout?userid=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","toolgroups",":layoutId","_userHasLayout"],"query":[{"key":"userid","value":"ea non"}],"variable":[{"key":"layoutId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"258b9dba-5bf4-442e-8ae1-48c94408230e"}],"id":"a95f611f-1331-4bff-a917-23e10f89a3b2","_postman_id":"a95f611f-1331-4bff-a917-23e10f89a3b2","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"roles","item":[{"name":"layouts","item":[{"name":"deleteRoleLayouts","id":"645f58a5-1fba-4fd8-a426-25b17d8b866f","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/roles/layouts","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","roles","layouts"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"734d0ab1-d1f9-457c-bc72-96014b84f7c2","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/roles/layouts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"645f58a5-1fba-4fd8-a426-25b17d8b866f"},{"name":"saveRoleLayouts","id":"ae9aa445-75e1-48c4-806c-f2154ede5d4b","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/roles/layouts","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","roles","layouts"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"1407a651-1c63-4394-b3e6-1f8bd36b03f3","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/roles/layouts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ae9aa445-75e1-48c4-806c-f2154ede5d4b"}],"id":"088670ad-3464-47b4-932d-0ecd87df4d06","_postman_id":"088670ad-3464-47b4-932d-0ecd87df4d06","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"{roleid}","item":[{"name":"loadRoleByRoleId","id":"ad0abb9b-3012-431d-ab91-82ab84b43d26","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/roles/:roleid?loadChildrenRoles=true","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","roles",":roleid"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"loadChildrenRoles","value":"true"}],"variable":[{"id":"d80b778c-2e21-45e2-a4c7-3ec1e6ae7a86","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"roleid"}]}},"response":[{"id":"eff7f669-8846-4e7a-a78e-0ffcac4bf502","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/roles/:roleid?loadChildrenRoles=true","host":["https://demo.dotcms.com/api"],"path":["v1","roles",":roleid"],"query":[{"key":"loadChildrenRoles","value":"true"}],"variable":[{"key":"roleid","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ad0abb9b-3012-431d-ab91-82ab84b43d26"},{"name":"loadUsersAndRolesByRoleId","id":"ec85c760-69bf-4049-9871-c0ababe381f2","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/roles/:roleid/rolehierarchyanduserroles?roleHierarchyForAssign=false&name=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","roles",":roleid","rolehierarchyanduserroles"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"roleHierarchyForAssign","value":"false"},{"key":"name","value":"ea non"}],"variable":[{"id":"3d4a44c2-c29f-4268-b1d7-a1951c44c2b7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"roleid"}]}},"response":[{"id":"6099dc71-c34c-431a-8e09-902000dca04e","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/roles/:roleid/rolehierarchyanduserroles?roleHierarchyForAssign=false&name=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","roles",":roleid","rolehierarchyanduserroles"],"query":[{"key":"roleHierarchyForAssign","value":"false"},{"key":"name","value":"ea non"}],"variable":[{"key":"roleid","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ec85c760-69bf-4049-9871-c0ababe381f2"}],"id":"bd926737-7649-44d5-9c2b-1a281cdfe693","_postman_id":"bd926737-7649-44d5-9c2b-1a281cdfe693","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"loadRootRoles","id":"cdfb2298-3974-4f50-8594-aefa5c15b789","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/roles?loadChildrenRoles=true","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","roles"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"loadChildrenRoles","value":"true"}],"variable":[]}},"response":[{"id":"f0157898-f56c-4b29-87a1-b8eeac25e867","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/roles?loadChildrenRoles=true","host":["https://demo.dotcms.com/api"],"path":["v1","roles"],"query":[{"key":"loadChildrenRoles","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"cdfb2298-3974-4f50-8594-aefa5c15b789"},{"name":"checkRoles","id":"18fbc2ad-c91f-4479-93f5-7f9d1f87845b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/roles/checkuserroles/userid/:userId/roleids/:roleIds","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","roles","checkuserroles","userid",":userId","roleids",":roleIds"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b85135a1-b925-4cf2-a096-266e16083bac","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"roleIds"},{"id":"c5663b1f-de67-4457-b01f-5bd69e20a71c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"userId"}]}},"response":[{"id":"24fd9751-5605-4140-820e-fa626b9755a6","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/roles/checkuserroles/userid/:userId/roleids/:roleIds","host":["https://demo.dotcms.com/api"],"path":["v1","roles","checkuserroles","userid",":userId","roleids",":roleIds"],"variable":[{"key":"roleIds","value":"ea non","description":"(Required) "},{"key":"userId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"18fbc2ad-c91f-4479-93f5-7f9d1f87845b"},{"name":"findRoleLayouts","id":"4b4f47b0-e926-4278-9817-8c8f6ebf8ef9","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/roles/:roleId/layouts","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","roles",":roleId","layouts"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"5c806b68-0608-4e3e-99c8-d3391cdbbadd","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"roleId"}]}},"response":[{"id":"cbeefc66-e399-4b70-96f5-257af9fedb26","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/roles/:roleId/layouts","host":["https://demo.dotcms.com/api"],"path":["v1","roles",":roleId","layouts"],"variable":[{"key":"roleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4b4f47b0-e926-4278-9817-8c8f6ebf8ef9"}],"id":"1eaa10e4-b494-4bdb-a8d6-2360b573ca00","_postman_id":"1eaa10e4-b494-4bdb-a8d6-2360b573ca00","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"browser","item":[{"name":"selectedfolder","item":[{"name":"getSelectFolder","id":"775bccc2-ef02-4daf-98b7-42285d6b9d32","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/browser/selectedfolder","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","browser","selectedfolder"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"45f573e9-9eb2-42b1-a693-e8e7061283f0","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/browser/selectedfolder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"775bccc2-ef02-4daf-98b7-42285d6b9d32"},{"name":"selectFolder","id":"9bf3ff5d-bc35-4998-9a30-c765304ac4ba","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/browser/selectedfolder","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","browser","selectedfolder"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"0b5d748a-0a53-4ca9-b57f-cb90b6dbb4a8","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/browser/selectedfolder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9bf3ff5d-bc35-4998-9a30-c765304ac4ba"}],"id":"73615e4a-d7df-49f8-9bb5-dd5680614e2d","_postman_id":"73615e4a-d7df-49f8-9bb5-dd5680614e2d","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"getFolderContent","id":"b3b811ca-94d8-4675-baa1-2a3f885fda11","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/browser","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","browser"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"1aa52f02-14ad-43a9-8cb3-5b6c5ecb266f","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/browser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b3b811ca-94d8-4675-baa1-2a3f885fda11"}],"id":"b5857828-53e6-4df6-9a08-ca7fd3756a9a","_postman_id":"b5857828-53e6-4df6-9a08-ca7fd3756a9a","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"configuration","item":[{"name":"list4","id":"b7846bc4-8a48-41c1-a1ff-d94c702c7fe0","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/configuration","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","configuration"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"85c8fa89-dc59-451f-a676-1f0959ec52ce","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b7846bc4-8a48-41c1-a1ff-d94c702c7fe0"},{"name":"set","id":"1e9b6973-a2ee-4723-937d-f39047796ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/configuration","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","configuration"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"4319981b-b489-486a-8fd4-4460a7bd2a46","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1e9b6973-a2ee-4723-937d-f39047796ace"},{"name":"getConfigVariables","id":"16ba5933-f074-4fb3-b816-dea6c8ba34f1","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/configuration/config?keys=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","configuration","config"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"keys","value":"ea non"}],"variable":[]}},"response":[{"id":"ce1444b0-2d17-41ee-8c5d-aae0385fc438","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/configuration/config?keys=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","configuration","config"],"query":[{"key":"keys","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"16ba5933-f074-4fb3-b816-dea6c8ba34f1"},{"name":"validateEmail","id":"6df7644b-3b8f-47af-961b-daff0a9ed75f","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/configuration/_validateCompanyEmail","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","configuration","_validateCompanyEmail"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"7d7852c0-bed1-41e6-ad7a-631bc69845ab","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/configuration/_validateCompanyEmail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"6df7644b-3b8f-47af-961b-daff0a9ed75f"}],"id":"60167df0-1454-4b53-b292-74e0d2819852","_postman_id":"60167df0-1454-4b53-b292-74e0d2819852","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"page","item":[{"name":"{page Id}","item":[{"name":"saveLayout","id":"692e1331-4576-4f98-ba69-cb961a56f700","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/page/:pageId/layout","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","page",":pageId","layout"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"6630f10d-5c83-4164-8153-5d7ce619face","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pageId"}]}},"response":[{"id":"5c92a36f-cca3-4c30-94fa-0d4010faaa38","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/page/:pageId/layout","host":["https://demo.dotcms.com/api"],"path":["v1","page",":pageId","layout"],"variable":[{"key":"pageId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"692e1331-4576-4f98-ba69-cb961a56f700"},{"name":"addContent","id":"908c98e9-c302-437b-b51c-fe5a82dbfa04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/page/:pageId/content","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","page",":pageId","content"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"86051ae7-83ab-46b1-a1c3-80ec7eae8a38","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pageId"}]}},"response":[{"id":"fc45d5c9-3721-4085-8563-b244bf65cb40","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/v1/page/:pageId/content","host":["https://demo.dotcms.com/api"],"path":["v1","page",":pageId","content"],"variable":[{"key":"pageId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"908c98e9-c302-437b-b51c-fe5a82dbfa04"},{"name":"getHtmlVersionsPage","id":"85fcae0c-98ec-42da-96be-f8c86a189bd8","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/page/:pageId/render/versions?langId=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","page",":pageId","render","versions"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"langId","value":"ea non"}],"variable":[{"id":"9ed969b2-9d3c-4c8c-b948-75d2b70fb64c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pageId"}]}},"response":[{"id":"ff578a46-278b-48f0-b503-5849cdd82602","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/page/:pageId/render/versions?langId=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","page",":pageId","render","versions"],"query":[{"key":"langId","value":"ea non"}],"variable":[{"key":"pageId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"85fcae0c-98ec-42da-96be-f8c86a189bd8"},{"name":"getPersonalizedPersonasOnPage","id":"b2e3fef0-e122-4124-a5d3-3523bfed432b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/page/:pageId/personas?filter=ea non&page=-15283749&per_page=-15283749&orderby=title&direction=ASC&hostId=ea non&respectFrontEndRoles=true","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","page",":pageId","personas"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"},{"key":"orderby","value":"title"},{"key":"direction","value":"ASC"},{"key":"hostId","value":"ea non"},{"key":"respectFrontEndRoles","value":"true"}],"variable":[{"id":"a3219a93-7f0e-4847-853c-e55a6275b0ac","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pageId"}]}},"response":[{"id":"0d87bb0c-31ac-41aa-93e3-0525a3f87fa2","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/page/:pageId/personas?filter=ea non&page=-15283749&per_page=-15283749&orderby=title&direction=ASC&hostId=ea non&respectFrontEndRoles=true","host":["https://demo.dotcms.com/api"],"path":["v1","page",":pageId","personas"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"},{"key":"orderby","value":"title"},{"key":"direction","value":"ASC"},{"key":"hostId","value":"ea non"},{"key":"respectFrontEndRoles","value":"true"}],"variable":[{"key":"pageId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b2e3fef0-e122-4124-a5d3-3523bfed432b"}],"id":"1ba988a8-6a49-4f8d-a4ab-8d9ee6670384","_postman_id":"1ba988a8-6a49-4f8d-a4ab-8d9ee6670384","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"render","id":"4f914188-9788-41b9-9db9-96ae15bbe831","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/page/render/:uri: .*?mode=ea non&com.dotmarketing.persona.id=ea non&language_id=ea non&device_inode=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","page","render",":uri: .*"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"mode","value":"ea non"},{"key":"com.dotmarketing.persona.id","value":"ea non"},{"key":"language_id","value":"ea non"},{"key":"device_inode","value":"ea non"}],"variable":[{"id":"27aa0a7f-1806-43db-bcbe-591cc215d2f9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"uri: .*"}]}},"response":[{"id":"ff2e4874-3442-4e44-82d8-4565a86961e5","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/page/render/:uri: .*?mode=ea non&com.dotmarketing.persona.id=ea non&language_id=ea non&device_inode=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","page","render",":uri: .*"],"query":[{"key":"mode","value":"ea non"},{"key":"com.dotmarketing.persona.id","value":"ea non"},{"key":"language_id","value":"ea non"},{"key":"device_inode","value":"ea non"}],"variable":[{"key":"uri: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4f914188-9788-41b9-9db9-96ae15bbe831"},{"name":"loadJson","id":"3d005757-5f50-4777-9d76-7380503540fb","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/page/json/:uri: .*?mode=ea non&com.dotmarketing.persona.id=ea non&language_id=ea non&device_inode=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","page","json",":uri: .*"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"mode","value":"ea non"},{"key":"com.dotmarketing.persona.id","value":"ea non"},{"key":"language_id","value":"ea non"},{"key":"device_inode","value":"ea non"}],"variable":[{"id":"ab905d14-368e-4a7f-bbf1-0d0414ee5d3f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"uri: .*"}]}},"response":[{"id":"96931014-dead-4bae-829c-cde4357304d0","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/page/json/:uri: .*?mode=ea non&com.dotmarketing.persona.id=ea non&language_id=ea non&device_inode=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","page","json",":uri: .*"],"query":[{"key":"mode","value":"ea non"},{"key":"com.dotmarketing.persona.id","value":"ea non"},{"key":"language_id","value":"ea non"},{"key":"device_inode","value":"ea non"}],"variable":[{"key":"uri: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3d005757-5f50-4777-9d76-7380503540fb"},{"name":"saveLayout","id":"975b7f59-5698-4e6b-88a6-abc8be9808ab","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/page/layout","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","page","layout"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"de82a5dc-0227-4821-9881-d1c6034aa938","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/page/layout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"975b7f59-5698-4e6b-88a6-abc8be9808ab"},{"name":"renderHTMLOnly","id":"6730405f-ad02-4657-bc00-b1167450b572","request":{"method":"GET","header":[{"key":"Accept","value":"application/html"}],"url":"https://demo.dotcms.com/api/v1/page/renderHTML/:uri: .*?mode=LIVE_ADMIN","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","page","renderHTML",":uri: .*"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"mode","value":"LIVE_ADMIN"}],"variable":[{"id":"9d3df9da-9455-4d89-9e41-5d5682dad30b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"uri: .*"}]}},"response":[{"id":"e2973f8b-0569-46a7-b6b1-889f54d83805","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/page/renderHTML/:uri: .*?mode=LIVE_ADMIN","host":["https://demo.dotcms.com/api"],"path":["v1","page","renderHTML",":uri: .*"],"query":[{"key":"mode","value":"LIVE_ADMIN"}],"variable":[{"key":"uri: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/html"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6730405f-ad02-4657-bc00-b1167450b572"},{"name":"searchPage","id":"cf227a60-e50f-41ef-8d32-2d6bc66b5a94","request":{"method":"GET","header":[{"key":"Accept","value":"application/html"}],"url":"https://demo.dotcms.com/api/v1/page/search?path=ea non&live=true&onlyLiveSites=true","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","page","search"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"path","value":"ea non"},{"key":"live","value":"true"},{"key":"onlyLiveSites","value":"true"}],"variable":[]}},"response":[{"id":"9855e0a2-227d-448f-8875-43d3e2aed16e","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/page/search?path=ea non&live=true&onlyLiveSites=true","host":["https://demo.dotcms.com/api"],"path":["v1","page","search"],"query":[{"key":"path","value":"ea non"},{"key":"live","value":"true"},{"key":"onlyLiveSites","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/html"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cf227a60-e50f-41ef-8d32-2d6bc66b5a94"}],"id":"1e801664-e370-47c7-bcee-787daca510a3","_postman_id":"1e801664-e370-47c7-bcee-787daca510a3","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"system-status","item":[{"name":"statusCheck","id":"e739b46b-b74b-42d9-a4ce-0898ae4693fc","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/system-status/","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","system-status",""],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"53ab2318-6511-4961-ba6c-9715b8700023","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/system-status/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e739b46b-b74b-42d9-a4ce-0898ae4693fc"},{"name":"aliveCheck","id":"e3ab67f6-36c6-4a8d-b187-275a6722b8d1","request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/system-status/alive","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","system-status","alive"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"c7d5bab6-e82f-4ab5-b9dd-e9d3e533df9a","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/system-status/alive"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3ab67f6-36c6-4a8d-b187-275a6722b8d1"}],"id":"5d1b7b43-f12b-42ca-ba74-0ae2f32b8349","_postman_id":"5d1b7b43-f12b-42ca-ba74-0ae2f32b8349","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"authentication","item":[{"name":"authentication","id":"c59652da-6520-49e9-be43-b3c855e3177b","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/authentication","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","authentication"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"5152c4d3-5c1c-45ff-a29f-f518bfca2a22","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/authentication"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c59652da-6520-49e9-be43-b3c855e3177b"},{"name":"getLoginUser","id":"aa7d64e1-9972-4dce-bb91-4729eef8cb36","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/authentication/logInUser","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","authentication","logInUser"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"1d1b5f35-89d5-40ef-ba96-8028b94c7c16","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/authentication/logInUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"aa7d64e1-9972-4dce-bb91-4729eef8cb36"},{"name":"getApiToken","id":"0e50b04a-3ade-455d-86d5-542ccbb42e59","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/authentication/api-token","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","authentication","api-token"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"93b01130-385f-4586-9bf3-8c4ecbe389bb","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/authentication/api-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"0e50b04a-3ade-455d-86d5-542ccbb42e59"}],"id":"450a1c4c-bd81-49ef-883c-b685938fcaba","_postman_id":"450a1c4c-bd81-49ef-883c-b685938fcaba","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"maintenance","item":[{"name":"shutdown","id":"c7491056-fedd-406e-b141-ce6e1803a704","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_shutdown","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","maintenance","_shutdown"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"c3442fe4-707c-4dd2-92c5-cdc21c2ac129","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_shutdown"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c7491056-fedd-406e-b141-ce6e1803a704"},{"name":"downloadStarter","id":"8ea29791-4672-47ae-9bea-22a4b3d672f3","request":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_downloadStarter","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","maintenance","_downloadStarter"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"c27645de-8ede-4365-bcdf-6794118311ef","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_downloadStarter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8ea29791-4672-47ae-9bea-22a4b3d672f3"},{"name":"downloadStarterWithAssets","id":"0d61c898-1fa4-478b-baa3-0b9bd780c250","request":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_downloadStarterWithAssets","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","maintenance","_downloadStarterWithAssets"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"2d7e1aea-e321-43a3-8a89-7dcea608a3d3","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_downloadStarterWithAssets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"0d61c898-1fa4-478b-baa3-0b9bd780c250"},{"name":"downloadLogFile","id":"e0f04692-0838-4f16-be4f-94a5662cd764","request":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_downloadLog/:fileName","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","maintenance","_downloadLog",":fileName"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"311d149a-1b15-457b-be85-a4ad1a187442","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fileName"}]}},"response":[{"id":"2a3a539c-8afd-4c5a-ad4c-665e93f69fbc","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/maintenance/_downloadLog/:fileName","host":["https://demo.dotcms.com/api"],"path":["v1","maintenance","_downloadLog",":fileName"],"variable":[{"key":"fileName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e0f04692-0838-4f16-be4f-94a5662cd764"},{"name":"isPgDumpAvailable","id":"d7deef90-0b3e-487a-9d20-8bf96cb802af","request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_pgDumpAvailable","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","maintenance","_pgDumpAvailable"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"7c540b24-dfd4-4693-a213-4b1321b26568","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_pgDumpAvailable"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d7deef90-0b3e-487a-9d20-8bf96cb802af"},{"name":"downloadDb","id":"fe6b55e3-ba78-4405-808d-d08da8f7c353","request":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_downloadDb","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","maintenance","_downloadDb"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"7925bc2c-f374-4c15-9238-349bf616e03b","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_downloadDb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"fe6b55e3-ba78-4405-808d-d08da8f7c353"},{"name":"downloadAssets","id":"64649e94-5079-4f53-9386-f7e2b4d6a7d4","request":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_downloadAssets","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","maintenance","_downloadAssets"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"7d544419-c430-44b1-ac46-5aee50209940","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/maintenance/_downloadAssets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"64649e94-5079-4f53-9386-f7e2b4d6a7d4"}],"id":"9669c9f3-1950-4bd5-8fb3-bff7468e5f2c","_postman_id":"9669c9f3-1950-4bd5-8fb3-bff7468e5f2c","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"themes","item":[{"name":"findThemes","id":"8cba8d25-17b5-48e9-8d70-6e1a1568919b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/themes?hostId=ea non&page=-15283749&per_page=-1&direction=ASC&searchParam=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","themes"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"hostId","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-1"},{"key":"direction","value":"ASC"},{"key":"searchParam","value":"ea non"}],"variable":[]}},"response":[{"id":"2c65b3df-5ad2-4262-b101-7555695323e1","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/themes?hostId=ea non&page=-15283749&per_page=-1&direction=ASC&searchParam=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","themes"],"query":[{"key":"hostId","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-1"},{"key":"direction","value":"ASC"},{"key":"searchParam","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8cba8d25-17b5-48e9-8d70-6e1a1568919b"},{"name":"findThemeById","id":"27723e05-419d-4053-86f9-6169b076bd64","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/themes/id/:id","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","themes","id",":id"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"14bbb442-1e94-4111-a081-a5845f048a7e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"id"}]}},"response":[{"id":"c4c3ea96-59dc-4f76-b5b2-351df81bfbd7","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/themes/id/:id","host":["https://demo.dotcms.com/api"],"path":["v1","themes","id",":id"],"variable":[{"key":"id","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"27723e05-419d-4053-86f9-6169b076bd64"}],"id":"541fd3f1-bdc2-47ee-b2b7-6f6f9986fc11","_postman_id":"541fd3f1-bdc2-47ee-b2b7-6f6f9986fc11","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"apitoken","item":[{"name":"{token Id}","item":[{"name":"deleteApiToken","id":"10b501c3-e86d-44fe-96fd-6f3cfe1d16a7","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apitoken/:tokenId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apitoken",":tokenId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"49263929-8117-456b-9da4-550721a0b18b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"tokenId"}]}},"response":[{"id":"41f8394a-d795-4f3a-a61b-2db6d943ad50","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apitoken/:tokenId","host":["https://demo.dotcms.com/api"],"path":["v1","apitoken",":tokenId"],"variable":[{"key":"tokenId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"10b501c3-e86d-44fe-96fd-6f3cfe1d16a7"},{"name":"getJwtFromApiToken","id":"e3f6ca49-d25b-4a36-8575-817890a8843a","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apitoken/:tokenId/jwt","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apitoken",":tokenId","jwt"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"94ad095a-1675-476b-862f-0bfd6571053e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"tokenId"}]}},"response":[{"id":"54fceb47-a7d2-4aa3-8ca7-bccfd5e573fa","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apitoken/:tokenId/jwt","host":["https://demo.dotcms.com/api"],"path":["v1","apitoken",":tokenId","jwt"],"variable":[{"key":"tokenId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e3f6ca49-d25b-4a36-8575-817890a8843a"},{"name":"revokeApiToken","id":"32c27c21-fe67-4b39-90a0-057b0b0f169e","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apitoken/:tokenId/revoke","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apitoken",":tokenId","revoke"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"ad96f647-7a8a-4f24-9fac-569b44c47ba9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"tokenId"}]}},"response":[{"id":"ec7110df-03b4-4ba8-a0af-71a8097951ed","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apitoken/:tokenId/revoke","host":["https://demo.dotcms.com/api"],"path":["v1","apitoken",":tokenId","revoke"],"variable":[{"key":"tokenId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"32c27c21-fe67-4b39-90a0-057b0b0f169e"}],"id":"c2b2fd0b-b216-4c2b-9a97-082e40d8cefb","_postman_id":"c2b2fd0b-b216-4c2b-9a97-082e40d8cefb","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"users","item":[{"name":"revokeUserToken","id":"92d386cb-1210-488b-b558-013290e9fe8b","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apitoken/users/:userid/revoke","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apitoken","users",":userid","revoke"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"74d829c7-6a2e-4ba5-a1bc-ae3e9a068256","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"userid"}]}},"response":[{"id":"a1f8b544-7940-4d19-b971-de02a9fd7c3d","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apitoken/users/:userid/revoke","host":["https://demo.dotcms.com/api"],"path":["v1","apitoken","users",":userid","revoke"],"variable":[{"key":"userid","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"92d386cb-1210-488b-b558-013290e9fe8b"},{"name":"revokeUsersToken","id":"91f2ad6d-af61-49de-9f74-d56e59f8126c","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apitoken/users/revoke","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apitoken","users","revoke"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"490364de-3391-4f9e-9e3b-d31e6128b33b","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/apitoken/users/revoke"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"91f2ad6d-af61-49de-9f74-d56e59f8126c"}],"id":"41112b55-1022-4326-8b97-6bfbc2b9b4a1","_postman_id":"41112b55-1022-4326-8b97-6bfbc2b9b4a1","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"issueApiToken","id":"1eb86ce9-5638-491b-ab38-b8c93c5604da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/apitoken/","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apitoken",""],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"2de5595f-f07e-487a-aefd-dfe03b83c5c1","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/apitoken/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1eb86ce9-5638-491b-ab38-b8c93c5604da"},{"name":"getRemoteToken","id":"210dcc5f-dd72-4eaa-a42e-ffeac5ab9e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/apitoken/remote","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apitoken","remote"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"af8ea51a-601b-418e-9f0f-35582d71600f","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/apitoken/remote"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"210dcc5f-dd72-4eaa-a42e-ffeac5ab9e2d"},{"name":"getApiTokens","id":"6324244b-669f-45ba-bda8-d1680c25e58b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/apitoken/:userId/tokens?showRevoked=true","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","apitoken",":userId","tokens"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"showRevoked","value":"true"}],"variable":[{"id":"83a01dcc-1bdb-4820-a093-8c231808b0ed","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"userId"}]}},"response":[{"id":"e1496c58-e4b2-4302-9ecd-d7bf718ada1e","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/apitoken/:userId/tokens?showRevoked=true","host":["https://demo.dotcms.com/api"],"path":["v1","apitoken",":userId","tokens"],"query":[{"key":"showRevoked","value":"true"}],"variable":[{"key":"userId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"6324244b-669f-45ba-bda8-d1680c25e58b"}],"id":"be63e993-d29d-407e-a741-97cdc09fe298","_postman_id":"be63e993-d29d-407e-a741-97cdc09fe298","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"personas","item":[{"name":"list5","id":"59e9bcdc-fe93-4e49-af4c-d82646506684","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/personas","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","personas"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"cd454b2e-3c53-4e78-bcc0-d579d8314958","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/personas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"59e9bcdc-fe93-4e49-af4c-d82646506684"},{"name":"self","id":"e3467713-3f7a-495d-929b-c2b635c99fbb","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/personas/:id","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","personas",":id"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"58f49a5b-6cc6-4303-9ec0-159c8937f1a0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"id"}]}},"response":[{"id":"8bec0e65-b77d-4809-8d0d-9a6e42408753","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/personas/:id","host":["https://demo.dotcms.com/api"],"path":["v1","personas",":id"],"variable":[{"key":"id","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e3467713-3f7a-495d-929b-c2b635c99fbb"}],"id":"43909569-a67d-4343-9f1b-7e1e8ba05e27","_postman_id":"43909569-a67d-4343-9f1b-7e1e8ba05e27","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"versionables","item":[{"name":"{versionable Inode}","item":[{"name":"deleteVersion","id":"b570cc82-5848-4353-a153-fd22183cc758","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/versionables/:versionableInode","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","versionables",":versionableInode"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"6d427892-4402-4c1f-86a9-8f28db5bbc97","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"versionableInode"}]}},"response":[{"id":"16088d0b-9fba-4586-b447-29b7ae1f8991","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/versionables/:versionableInode","host":["https://demo.dotcms.com/api"],"path":["v1","versionables",":versionableInode"],"variable":[{"key":"versionableInode","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b570cc82-5848-4353-a153-fd22183cc758"},{"name":"bringBack","id":"b5f27c23-6c0a-41e0-a7e3-88d84b07d8ea","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/versionables/:versionableInode/_bringback","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","versionables",":versionableInode","_bringback"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"6623561f-fa13-45f2-b8a6-be7c2d9e2d23","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"versionableInode"}]}},"response":[{"id":"70746872-5d24-4f72-9808-1920bc641388","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/versionables/:versionableInode/_bringback","host":["https://demo.dotcms.com/api"],"path":["v1","versionables",":versionableInode","_bringback"],"variable":[{"key":"versionableInode","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b5f27c23-6c0a-41e0-a7e3-88d84b07d8ea"}],"id":"f7472c40-31ea-4c6c-bde3-4a4f25d7e125","_postman_id":"f7472c40-31ea-4c6c-bde3-4a4f25d7e125","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"findVersionable","id":"9b458bf9-02bf-458e-abb0-f6a8c351ef05","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/versionables/:versionableInodeOrIdentifier","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","versionables",":versionableInodeOrIdentifier"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"6644ef2e-e5d8-458b-be65-ba7591550945","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"versionableInodeOrIdentifier"}]}},"response":[{"id":"8ead7900-53a3-4b93-a407-dc5bd607f0ab","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/versionables/:versionableInodeOrIdentifier","host":["https://demo.dotcms.com/api"],"path":["v1","versionables",":versionableInodeOrIdentifier"],"variable":[{"key":"versionableInodeOrIdentifier","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9b458bf9-02bf-458e-abb0-f6a8c351ef05"}],"id":"f9449947-e22b-4a81-b9b7-8368aa0bba91","_postman_id":"f9449947-e22b-4a81-b9b7-8368aa0bba91","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"users","item":[{"name":"current","item":[{"name":"self","id":"fe4257ca-5f05-4762-baa3-32c8836406e3","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/users/current","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","users","current"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"f1f18804-da60-4610-8ead-fd084520c2fa","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/users/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"fe4257ca-5f05-4762-baa3-32c8836406e3"},{"name":"update","id":"5936e40c-b071-4d68-bd7b-cf593ca65e17","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/users/current","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","users","current"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"98c39442-022d-4263-86cc-39adb6cd2ac6","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/users/current"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5936e40c-b071-4d68-bd7b-cf593ca65e17"}],"id":"678b5fe2-442c-42a8-b818-0bd9dfe5ae94","_postman_id":"678b5fe2-442c-42a8-b818-0bd9dfe5ae94","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"filter","id":"16f3f5cf-2ebb-4fc4-acf6-945654e2ffee","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/users/filter/:params:.*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","users","filter",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"bae8e651-5818-4c17-85ab-7ab224a728ca","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"6e91844a-4710-4432-9318-06b3a5bec316","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/users/filter/:params:.*","host":["https://demo.dotcms.com/api"],"path":["v1","users","filter",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"16f3f5cf-2ebb-4fc4-acf6-945654e2ffee"},{"name":"loginAs","id":"455468e0-c450-4764-8c49-1e358b6273ca","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/users/loginas","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","users","loginas"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"127215d7-d2e1-4535-a670-9fa4392f3c14","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/users/loginas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"455468e0-c450-4764-8c49-1e358b6273ca"},{"name":"logoutAs","id":"83460016-1b96-417f-a855-190ea8a3ac53","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/users/logoutas","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","users","logoutas"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"2a17acd9-ddb6-434f-a4a0-c4e1b433d38c","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/users/logoutas"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"83460016-1b96-417f-a855-190ea8a3ac53"},{"name":"loginAsData","id":"51ecc46e-77cf-4160-9b70-55c3d407a755","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/users/loginAsData?filter=ea non&page=-15283749&per_page=-15283749","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","users","loginAsData"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"}],"variable":[]}},"response":[{"id":"385253b1-d488-45a2-8f6c-7cf98be28cb4","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/users/loginAsData?filter=ea non&page=-15283749&per_page=-15283749","host":["https://demo.dotcms.com/api"],"path":["v1","users","loginAsData"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"51ecc46e-77cf-4160-9b70-55c3d407a755"}],"id":"ee71bc5a-f19c-4bb0-9ff5-ee6ae95450a9","_postman_id":"ee71bc5a-f19c-4bb0-9ff5-ee6ae95450a9","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"folder","item":[{"name":"selectFolder","id":"3c39b8e6-987d-4447-b8cc-99172b17a4b3","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/folder/:id/file-browser-selected","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","folder",":id","file-browser-selected"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"6fc063e9-b274-42bc-bc81-c57746a636fd","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"id"}]}},"response":[{"id":"22fccf3c-199b-49c7-a630-025899d35c1f","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/folder/:id/file-browser-selected","host":["https://demo.dotcms.com/api"],"path":["v1","folder",":id","file-browser-selected"],"variable":[{"key":"id","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3c39b8e6-987d-4447-b8cc-99172b17a4b3"},{"name":"findFolderById","id":"4bb634f8-8349-49ce-9e1b-f8c3b156e1e1","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/folder/:folderId","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","folder",":folderId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"33b99d84-32b6-4a56-a9de-fa0c1a1ec247","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"folderId"}]}},"response":[{"id":"1b73213b-7bd0-4b78-9b09-59068e9edb77","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/folder/:folderId","host":["https://demo.dotcms.com/api"],"path":["v1","folder",":folderId"],"variable":[{"key":"folderId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4bb634f8-8349-49ce-9e1b-f8c3b156e1e1"},{"name":"createFolders","id":"60f03343-7092-4d7f-8adc-83b246a4ea6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v1/folder/createfolders/:siteName","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","folder","createfolders",":siteName"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e8923f5b-17e2-4487-aecd-3b82e76702af","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteName"}]}},"response":[{"id":"21b9c8bc-a2ff-49e0-a156-a8d5d1fc77d2","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/v1/folder/createfolders/:siteName","host":["https://demo.dotcms.com/api"],"path":["v1","folder","createfolders",":siteName"],"variable":[{"key":"siteName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"60f03343-7092-4d7f-8adc-83b246a4ea6a"},{"name":"loadFolderByURI","id":"4643bbb2-eb94-478c-9560-ddfae359ccaf","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/folder/sitename/:siteName/uri/:uri : .+","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","folder","sitename",":siteName","uri",":uri : .+"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"211d9de2-bb3d-4078-a08f-30f7cb471d3a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteName"},{"id":"c02230e6-e19e-4e35-834b-50601247bb84","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"uri : .+"}]}},"response":[{"id":"b6a926ca-695d-4baf-affb-c8022a6074bc","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/folder/sitename/:siteName/uri/:uri : .+","host":["https://demo.dotcms.com/api"],"path":["v1","folder","sitename",":siteName","uri",":uri : .+"],"variable":[{"key":"siteName","value":"ea non","description":"(Required) "},{"key":"uri : .+","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4643bbb2-eb94-478c-9560-ddfae359ccaf"},{"name":"loadFolderAndSubFoldersByPath","id":"f526dfed-caac-474f-bd83-016d67b9a83e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/folder/siteId/:siteId/path/:path : .+","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","folder","siteId",":siteId","path",":path : .+"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"2e02e5f7-3fe7-4ced-bd93-837c35281577","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"siteId"},{"id":"79f02eb4-ed11-48b4-8ace-f21dfaad3a1f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"path : .+"}]}},"response":[{"id":"20f11c4c-01c0-4dcf-9da8-31e739a6a116","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/folder/siteId/:siteId/path/:path : .+","host":["https://demo.dotcms.com/api"],"path":["v1","folder","siteId",":siteId","path",":path : .+"],"variable":[{"key":"siteId","value":"ea non","description":"(Required) "},{"key":"path : .+","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"f526dfed-caac-474f-bd83-016d67b9a83e"},{"name":"findSubFoldersByPath","id":"fe35c3c6-461b-49a0-a06d-61bfd67dd60c","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/folder/byPath","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","folder","byPath"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"343c13e5-580c-41ad-89f5-ccbb852064c6","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/folder/byPath"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"fe35c3c6-461b-49a0-a06d-61bfd67dd60c"}],"id":"375e66c7-4bdd-4a91-bc7a-9ecadb20a76a","_postman_id":"375e66c7-4bdd-4a91-bc7a-9ecadb20a76a","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"nav","item":[{"name":"loadJson","id":"42c7c155-59f9-4c5b-ae45-eefc4b7df6b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/nav/about-us?depth=2&languageId=2","description":"<p>Returns navigation metadata in JSON format for objects that have been marked show on menu</p>\n<p>Format:\n<a href=\"http://localhost:8080/api/v1/nav/%7Bstart-url%7D?depth=%7B%7D&amp;languageId=%7B%7D\">http://localhost:8080/api/v1/nav/{start-url}?depth={}&amp;languageId={}</a></p>\n<p>Example - will send the navigation under the /about-us folder, 2 levels deep\n  <a href=\"http://localhost:8080/api/v1/nav/about-us?depth=2&amp;languageId=1\">http://localhost:8080/api/v1/nav/about-us?depth=2&amp;languageId=1</a></p>\n<p>The {languageId} is an optional parameter if you don't send it, takes the default language, also should respect all those properties:</p>\n<ul>\n<li>DEFAULT_FILE_TO_DEFAULT_LANGUAGE</li>\n<li>DEFAULT_PAGE_TO_DEFAULT_LANGUAGE</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","v1","nav","about-us"],"host":["localhost"],"query":[{"key":"depth","value":"2"},{"key":"languageId","value":"2"}],"variable":[]}},"response":[],"_postman_id":"42c7c155-59f9-4c5b-ae45-eefc4b7df6b4"}],"id":"a2deb71c-4c56-4eda-b0c7-4bef609fdca7","_postman_id":"a2deb71c-4c56-4eda-b0c7-4bef609fdca7","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}}},{"name":"getCategories","id":"e5911684-ea13-47a7-a9f2-83d356f53c46","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/categories?filter=ea non&page=-15283749&per_page=-15283749","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","categories"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"}],"variable":[]}},"response":[{"id":"03ac2056-ea82-4768-afa7-231de38d7025","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/categories?filter=ea non&page=-15283749&per_page=-15283749","host":["https://demo.dotcms.com/api"],"path":["v1","categories"],"query":[{"key":"filter","value":"ea non"},{"key":"page","value":"-15283749"},{"key":"per_page","value":"-15283749"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e5911684-ea13-47a7-a9f2-83d356f53c46"},{"name":"getFilters","id":"6fd12555-6bb0-4b62-88f5-95aa60dd3017","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/pushpublish/filters","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","pushpublish","filters"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"d677ebfe-bf6a-45f9-9cdc-7e121aa5beee","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/pushpublish/filters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"6fd12555-6bb0-4b62-88f5-95aa60dd3017"},{"name":"getFieldTypes","id":"7614cf52-477e-4c90-963f-302b992aa47d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/fieldTypes","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","fieldTypes"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"e1d2da08-7ce1-41a9-aebb-2596191ccd3d","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/fieldTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"7614cf52-477e-4c90-963f-302b992aa47d"},{"name":"loginForm","id":"8a2ae5b4-38b0-4cf1-abbb-2c6211c429e1","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/loginform","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","loginform"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"ee2b77e9-4c37-4b4c-9d1c-2c4972e778e1","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/loginform"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8a2ae5b4-38b0-4cf1-abbb-2c6211c429e1"},{"name":"getContent","id":"e2b4a3af-65f1-4ac5-8038-8518266422f2","request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/v1/contentrelationships/:params: .*","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","contentrelationships",":params: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"76bfa1d4-fa8a-4ee4-b9c6-1259405f3a79","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params: .*"}]}},"response":[{"id":"38c7c225-6462-4c77-a78a-40cde3bb6a05","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/contentrelationships/:params: .*","host":["https://demo.dotcms.com/api"],"path":["v1","contentrelationships",":params: .*"],"variable":[{"key":"params: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e2b4a3af-65f1-4ac5-8038-8518266422f2"},{"name":"getSuccessCallbackFunction","id":"6559d770-920f-4539-a7ab-cd4fb7374fec","request":{"method":"GET","header":[{"key":"Accept","value":"application/javascript"}],"url":"https://demo.dotcms.com/api/v1/form/:idOrVar/successCallback","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","form",":idOrVar","successCallback"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"69b40ff2-0a09-4b06-8a16-480a92f57008","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"idOrVar"}]}},"response":[{"id":"0b35c8ac-b6a3-437c-81a8-84bb6e0490e3","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/form/:idOrVar/successCallback","host":["https://demo.dotcms.com/api"],"path":["v1","form",":idOrVar","successCallback"],"variable":[{"key":"idOrVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/javascript"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6559d770-920f-4539-a7ab-cd4fb7374fec"},{"name":"loadJson","id":"7c2bd507-d5d5-4432-a199-1657655cd978","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/nav/:uri: .*?depth=ea non&languageId=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","nav",":uri: .*"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"depth","value":"ea non"},{"key":"languageId","value":"ea non"}],"variable":[{"id":"ba41c112-3f61-4e41-aa44-14e70e78c502","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"uri: .*"}]}},"response":[{"id":"8fe67e60-d8f7-402e-bb58-dcfc1299f83c","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/nav/:uri: .*?depth=ea non&languageId=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","nav",":uri: .*"],"query":[{"key":"depth","value":"ea non"},{"key":"languageId","value":"ea non"}],"variable":[{"key":"uri: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"7c2bd507-d5d5-4432-a199-1657655cd978"},{"name":"getJvmInfo","id":"0b7d9016-dd01-4918-859f-f5875e29f7f0","request":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"https://demo.dotcms.com/api/v1/jvm/","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","jvm",""],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"0f7279ab-7e8e-41b3-9c29-3fa827d55ba8","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/jvm/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"0b7d9016-dd01-4918-859f-f5875e29f7f0"},{"name":"getPermissionsByPermissionType","id":"e463da39-ad8e-46f9-b51f-1eb0cffa13ac","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/permissions/_bypermissiontype?userid=ea non&permission=ea non&permissiontype=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","permissions","_bypermissiontype"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"userid","value":"ea non"},{"key":"permission","value":"ea non"},{"key":"permissiontype","value":"ea non"}],"variable":[]}},"response":[{"id":"d2de004a-2ffb-4d57-b4c7-9813b7cb56ea","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/permissions/_bypermissiontype?userid=ea non&permission=ea non&permissiontype=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","permissions","_bypermissiontype"],"query":[{"key":"userid","value":"ea non"},{"key":"permission","value":"ea non"},{"key":"permissiontype","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e463da39-ad8e-46f9-b51f-1eb0cffa13ac"},{"name":"list1","id":"04e3ec9a-52ef-4f04-9df3-a0d0524b65a0","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/appconfiguration","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","appconfiguration"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"e9af6c0e-87fb-453a-b5a5-a94bda77fb9e","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/appconfiguration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"04e3ec9a-52ef-4f04-9df3-a0d0524b65a0"},{"name":"upgrade","id":"231d776c-9f13-4944-9eae-270806c65226","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/upgradetask","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","upgradetask"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"2d13f336-65c1-4fde-af8c-c32967312a43","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/upgradetask"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"231d776c-9f13-4944-9eae-270806c65226"},{"name":"logout","id":"f2fe31f9-0225-47d0-b031-ca0a3cdf9c98","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/logout","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","logout"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"df62d2cc-beab-4b0e-b1e2-4c9ee8e09923","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"f2fe31f9-0225-47d0-b031-ca0a3cdf9c98"},{"name":"deleteAssetsByIdentifiers","id":"5ddb8578-8f8b-4991-b95f-61a91adf987c","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/publishqueue","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","publishqueue"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"1a9a335f-0f6d-41aa-a162-9164d5283a89","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/publishqueue"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5ddb8578-8f8b-4991-b95f-61a91adf987c"},{"name":"getMenus","id":"5126fdb8-a91d-4790-800b-68f4fd4b0174","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/menu","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","menu"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"ef526be5-40be-47f6-90c8-cdaf87c77d9d","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/menu"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5126fdb8-a91d-4790-800b-68f4fd4b0174"},{"name":"forgotPassword","id":"f62870b1-6099-4595-9cef-66d6c1e11b9e","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/forgotpassword","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","forgotpassword"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"cdc2c9ad-2bbd-459d-adb9-d93f1c118071","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/forgotpassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"f62870b1-6099-4595-9cef-66d6c1e11b9e"},{"name":"resetPassword","id":"8b9b5107-23e6-4b3c-8016-4ae5388a84a9","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/changePassword","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","changePassword"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"3f0cd2a6-40a4-4c8d-a2db-96a68fab92bc","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v1/changePassword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8b9b5107-23e6-4b3c-8016-4ae5388a84a9"},{"name":"list","id":"55372080-a31d-4617-a960-f4b1b5dcc524","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v1/tags?name=ea non&siteId=ea non","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","name":"Rest APIs_v1","type":"folder"}},"urlObject":{"path":["v1","tags"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"name","value":"ea non"},{"key":"siteId","value":"ea non"}],"variable":[]}},"response":[{"id":"23a7f558-14c7-471b-b17d-17bfc25633f9","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v1/tags?name=ea non&siteId=ea non","host":["https://demo.dotcms.com/api"],"path":["v1","tags"],"query":[{"key":"name","value":"ea non"},{"key":"siteId","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"55372080-a31d-4617-a960-f4b1b5dcc524"}],"id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"5ddd2a53-cbb3-4eb9-8544-beed74c79102","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"03f91195-4d85-4cfe-86a3-03878516fdfb","type":"text/javascript","exec":[""]}}],"_postman_id":"205a455d-c023-4c8b-a0d6-1af16c5e52f6","description":""},{"name":"Rest APIs v2","item":[{"name":"contenttype/{type Id Or Var Name}/fields","item":[{"name":"id/{field Id}","item":[{"name":"getContentTypeFieldById","id":"5b86332f-6206-4d1c-9b4c-702b13b835ca","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/id/:fieldId","urlObject":{"path":["v2","contenttype",":typeIdOrVarName","fields","id",":fieldId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"248de89b-801b-40f7-86a8-23c40f940979","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldId"},{"id":"e174e347-a99b-4f00-8e16-32887a1b154d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"}]}},"response":[{"id":"e1b6cf3d-2aec-4fdf-97ce-15d4d6e3a301","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/id/:fieldId","host":["https://demo.dotcms.com/api"],"path":["v2","contenttype",":typeIdOrVarName","fields","id",":fieldId"],"variable":[{"key":"fieldId","value":"ea non","description":"(Required) "},{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5b86332f-6206-4d1c-9b4c-702b13b835ca"},{"name":"updateContentTypeFieldById","id":"43def327-4a65-4b3f-aea3-05e2dd0d3803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/id/:fieldId","urlObject":{"path":["v2","contenttype",":typeIdOrVarName","fields","id",":fieldId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"9b9a9142-1a56-44db-9992-393ba6945442","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldId"},{"id":"11732ca3-244c-47a0-8931-9eef00a2a538","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"}]}},"response":[{"id":"05aae5bb-507c-4987-bc67-902ec14877c6","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/id/:fieldId","host":["https://demo.dotcms.com/api"],"path":["v2","contenttype",":typeIdOrVarName","fields","id",":fieldId"],"variable":[{"key":"fieldId","value":"ea non","description":"(Required) "},{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"43def327-4a65-4b3f-aea3-05e2dd0d3803"},{"name":"deleteContentTypeFieldById","id":"eb42d811-668b-458d-99a8-6c4c5b60d7d3","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/id/:fieldId","urlObject":{"path":["v2","contenttype",":typeIdOrVarName","fields","id",":fieldId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"533b7243-9625-49b3-9a1e-9c3bd97df3a9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldId"},{"id":"1de15427-5299-429e-afb3-6b3b7a019e04","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"}]}},"response":[{"id":"df34611d-11d1-496d-a462-e22fd7ef4534","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/id/:fieldId","host":["https://demo.dotcms.com/api"],"path":["v2","contenttype",":typeIdOrVarName","fields","id",":fieldId"],"variable":[{"key":"fieldId","value":"ea non","description":"(Required) "},{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"eb42d811-668b-458d-99a8-6c4c5b60d7d3"}],"id":"09d6e063-ae32-421d-9c13-b1b23082eef0","_postman_id":"09d6e063-ae32-421d-9c13-b1b23082eef0","description":""},{"name":"var/{field Var}","item":[{"name":"getContentTypeFieldByVar","id":"149c151f-25e5-4681-a757-2bf78dc953cb","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/var/:fieldVar","urlObject":{"path":["v2","contenttype",":typeIdOrVarName","fields","var",":fieldVar"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"0a197f24-35bd-47a5-8ee3-e6e0ef31b20b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"},{"id":"1ea6caf7-2bac-43a1-bc2a-6315f188bfb4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVar"}]}},"response":[{"id":"2191c334-38b5-4e9c-b218-e85124bba47a","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/var/:fieldVar","host":["https://demo.dotcms.com/api"],"path":["v2","contenttype",":typeIdOrVarName","fields","var",":fieldVar"],"variable":[{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "},{"key":"fieldVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"149c151f-25e5-4681-a757-2bf78dc953cb"},{"name":"updateContentTypeFieldByVar","id":"713e5485-a31c-49bb-bbe3-6ef0cbec8a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/var/:fieldVar","urlObject":{"path":["v2","contenttype",":typeIdOrVarName","fields","var",":fieldVar"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"eb1db7f5-44a9-4171-8fee-dd41c52e568a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"},{"id":"66829338-7423-43a4-b66d-d8b3af5fdfed","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVar"}]}},"response":[{"id":"9b526da0-d8cc-4dee-996f-6264ed9ea38e","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/var/:fieldVar","host":["https://demo.dotcms.com/api"],"path":["v2","contenttype",":typeIdOrVarName","fields","var",":fieldVar"],"variable":[{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "},{"key":"fieldVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"713e5485-a31c-49bb-bbe3-6ef0cbec8a8a"},{"name":"deleteContentTypeFieldByVar","id":"1e03bcc6-1f3e-4103-aea0-6f29a36ba1e2","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/var/:fieldVar","urlObject":{"path":["v2","contenttype",":typeIdOrVarName","fields","var",":fieldVar"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"6ec25a08-090c-4fde-9c34-9af06139dd7b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"},{"id":"d4952d7b-64c6-4e77-97f9-4a7d77352a49","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"fieldVar"}]}},"response":[{"id":"83f72c0a-5746-4d5d-a05e-0303a2d363be","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields/var/:fieldVar","host":["https://demo.dotcms.com/api"],"path":["v2","contenttype",":typeIdOrVarName","fields","var",":fieldVar"],"variable":[{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "},{"key":"fieldVar","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1e03bcc6-1f3e-4103-aea0-6f29a36ba1e2"}],"id":"37e944ed-1831-43d9-b261-9a4762ac93af","_postman_id":"37e944ed-1831-43d9-b261-9a4762ac93af","description":""},{"name":"updateFields","id":"a202f559-cfc2-4d73-92a6-59d22a01590b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields","urlObject":{"path":["v2","contenttype",":typeIdOrVarName","fields"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"75772787-ed5b-42c9-b213-21dcf80e3bc4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"}]}},"response":[{"id":"d17e258b-2e60-46da-b7f2-84b158836b06","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields","host":["https://demo.dotcms.com/api"],"path":["v2","contenttype",":typeIdOrVarName","fields"],"variable":[{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a202f559-cfc2-4d73-92a6-59d22a01590b"},{"name":"createContentTypeField","id":"bce9c1c2-ac69-4318-9b92-e5ee79aafe7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields","urlObject":{"path":["v2","contenttype",":typeIdOrVarName","fields"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"66a1afa7-4429-426f-9aa6-0708290f9a02","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"}]}},"response":[{"id":"c7cdd532-523e-4201-afa8-fb78bb87f76d","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields","host":["https://demo.dotcms.com/api"],"path":["v2","contenttype",":typeIdOrVarName","fields"],"variable":[{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"bce9c1c2-ac69-4318-9b92-e5ee79aafe7d"},{"name":"getContentTypeFields","id":"43c80b90-50ba-4b33-88e8-346871a86b7d","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields","urlObject":{"path":["v2","contenttype",":typeIdOrVarName","fields"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"3d66c62a-48dc-4f4d-9e70-9c7d93d4090c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"}]}},"response":[{"id":"57ae8151-0ae4-4fa1-9e2d-3af9d32fb60a","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields","host":["https://demo.dotcms.com/api"],"path":["v2","contenttype",":typeIdOrVarName","fields"],"variable":[{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"43c80b90-50ba-4b33-88e8-346871a86b7d"},{"name":"deleteFields","id":"aea195da-b51c-46fd-9615-d4bd517e12fc","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields","urlObject":{"path":["v2","contenttype",":typeIdOrVarName","fields"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b04c643d-337c-475b-b4e0-e16da971d197","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"}]}},"response":[{"id":"238f3a47-b205-4640-ba85-05663b62a538","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/contenttype/:typeIdOrVarName/fields","host":["https://demo.dotcms.com/api"],"path":["v2","contenttype",":typeIdOrVarName","fields"],"variable":[{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"aea195da-b51c-46fd-9615-d4bd517e12fc"}],"id":"5dc65eda-2cd3-4dfc-9afa-c4f0b8ea70e1","_postman_id":"5dc65eda-2cd3-4dfc-9afa-c4f0b8ea70e1","description":""},{"name":"languages","item":[{"name":"{language}","item":[{"name":"makeDefault","id":"72c6e4b3-47f9-4f4f-821a-30436aa7c4fc","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/languages/:language/_makedefault","urlObject":{"path":["v2","languages",":language","_makedefault"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"7b674dd8-4403-4f96-b208-01cf917e1ae1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"-15283749","key":"language"}]}},"response":[{"id":"4b670d08-6be6-4ca6-9ef4-e7531d704fd3","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/languages/:language/_makedefault","host":["https://demo.dotcms.com/api"],"path":["v2","languages",":language","_makedefault"],"variable":[{"key":"language","value":"-15283749","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"72c6e4b3-47f9-4f4f-821a-30436aa7c4fc"},{"name":"getAllMessages","id":"b2d87dc8-2967-4c1b-909f-65aef5cef581","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/languages/:language/keys","urlObject":{"path":["v2","languages",":language","keys"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e481fe7e-7d6c-4733-a369-80b5a9c03b40","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"language"}]}},"response":[{"id":"e3515810-32e0-44d7-8cd3-d0c6f0885d7d","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/languages/:language/keys","host":["https://demo.dotcms.com/api"],"path":["v2","languages",":language","keys"],"variable":[{"key":"language","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b2d87dc8-2967-4c1b-909f-65aef5cef581"}],"id":"a4d64f53-ca4e-4e0e-b407-fb2fa896132e","_postman_id":"a4d64f53-ca4e-4e0e-b407-fb2fa896132e","description":""},{"name":"{language Tag}","item":[{"name":"saveFromLanguageTag","id":"372cec30-1d60-486d-928d-28443a0d9aaf","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/languages/:languageTag","urlObject":{"path":["v2","languages",":languageTag"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"f1ad4f41-0715-4d87-940e-3b5c6f87d30f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"languageTag"}]}},"response":[{"id":"b45113aa-08f5-4273-8839-3c2132786382","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/languages/:languageTag","host":["https://demo.dotcms.com/api"],"path":["v2","languages",":languageTag"],"variable":[{"key":"languageTag","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"372cec30-1d60-486d-928d-28443a0d9aaf"},{"name":"getFromLanguageTag","id":"af0d82e4-8fae-421f-9452-6697199f3eb8","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/languages/:languageTag","urlObject":{"path":["v2","languages",":languageTag"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b31c2b5e-45af-456f-bb28-36d84ba078a6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"languageTag"}]}},"response":[{"id":"9f043212-42dd-4876-9da4-61926df3bad7","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/languages/:languageTag","host":["https://demo.dotcms.com/api"],"path":["v2","languages",":languageTag"],"variable":[{"key":"languageTag","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"af0d82e4-8fae-421f-9452-6697199f3eb8"}],"id":"8bf4b312-6fb6-4eb9-9f3d-2158f04b9284","_postman_id":"8bf4b312-6fb6-4eb9-9f3d-2158f04b9284","description":""},{"name":"{language Id}","item":[{"name":"updateLanguage","id":"0c2266b0-2566-49af-acde-9f836f93d873","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/languages/:languageId","urlObject":{"path":["v2","languages",":languageId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"dc0da83c-9b73-45ee-8bd6-281600363026","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"languageId"}]}},"response":[{"id":"1d057db4-5498-452a-8f96-9e106f7bb528","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/languages/:languageId","host":["https://demo.dotcms.com/api"],"path":["v2","languages",":languageId"],"variable":[{"key":"languageId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"0c2266b0-2566-49af-acde-9f836f93d873"},{"name":"deleteLanguage","id":"ac872260-c1f7-4f0e-9069-079c21a0fb07","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/languages/:languageId","urlObject":{"path":["v2","languages",":languageId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"34f48d54-25de-49b2-acc9-334e26a97273","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"languageId"}]}},"response":[{"id":"b8debe92-7a00-4204-910c-133653a7d15d","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/languages/:languageId","host":["https://demo.dotcms.com/api"],"path":["v2","languages",":languageId"],"variable":[{"key":"languageId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ac872260-c1f7-4f0e-9069-079c21a0fb07"}],"id":"e9e3c8c6-04c3-4dbc-868a-0e9b3860f074","_postman_id":"e9e3c8c6-04c3-4dbc-868a-0e9b3860f074","description":""},{"name":"list","id":"9f4c1f90-6769-4943-b348-bfc30f082cf3","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/languages?contentInode=ea non","urlObject":{"path":["v2","languages"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"contentInode","value":"ea non"}],"variable":[]}},"response":[{"id":"86302ca7-7f5a-4aa3-b527-52e818f1c3c1","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v2/languages?contentInode=ea non","host":["https://demo.dotcms.com/api"],"path":["v2","languages"],"query":[{"key":"contentInode","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9f4c1f90-6769-4943-b348-bfc30f082cf3"},{"name":"saveLanguage","id":"58d42591-2b73-46c5-a152-780b999049c4","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/languages","urlObject":{"path":["v2","languages"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"5aed4a79-8d06-4a5a-aec8-a10a56ee029c","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v2/languages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"58d42591-2b73-46c5-a152-780b999049c4"},{"name":"getMessages1","id":"c2279df6-89fd-4304-8324-ec3c0efecd25","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v2/languages/i18n","urlObject":{"path":["v2","languages","i18n"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"beba94a3-0f29-423c-b708-800947be552d","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/v2/languages/i18n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c2279df6-89fd-4304-8324-ec3c0efecd25"}],"id":"e2346fb4-e028-4745-a661-4379e76ddc56","_postman_id":"e2346fb4-e028-4745-a661-4379e76ddc56","description":""}],"id":"efedb62d-bb2c-4378-9f10-d1029f16e2b0","_postman_id":"efedb62d-bb2c-4378-9f10-d1029f16e2b0","description":""},{"name":"Personas","item":[{"name":"list","id":"9c6c6851-d1b3-407b-bea8-9490db19247f","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/personas/sites/:id","urlObject":{"path":["personas","sites",":id"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"804926bb-f9b7-4efc-b8e5-d9cf08902a97","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"id"}]}},"response":[{"id":"b9251066-bdd6-4118-b1de-e673de91e208","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/personas/sites/:id","host":["https://demo.dotcms.com/api"],"path":["personas","sites",":id"],"variable":[{"key":"id","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"9c6c6851-d1b3-407b-bea8-9490db19247f"},{"name":"getLayout","id":"13e419cc-0e7e-45cc-96f8-c62d98389c88","request":{"method":"GET","header":[{"key":"Accept","value":"text/html"}],"url":"https://demo.dotcms.com/api/personas/layout/:params:.*","urlObject":{"path":["personas","layout",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"96ee88a9-d0b7-4110-bbe5-df17c9a6c170","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"4765ae76-866c-49f3-93df-b711e8f86160","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/personas/layout/:params:.*","host":["https://demo.dotcms.com/api"],"path":["personas","layout",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/html"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13e419cc-0e7e-45cc-96f8-c62d98389c88"}],"id":"452442a7-c442-49dc-b53a-2ef8d9c6827a","_postman_id":"452442a7-c442-49dc-b53a-2ef8d9c6827a","description":""},{"name":"Portlet","item":[{"name":"{params:.*}","item":[{"name":"layoutGet","id":"80d7f43b-5385-4281-92fb-19fa1152b52c","request":{"method":"GET","header":[{"key":"Accept","value":"text/html"}],"url":"https://demo.dotcms.com/api/portlet/:params:.*","urlObject":{"path":["portlet",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e2e72a79-0ad9-4b37-bacc-720fc4744543","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"28295edd-b93b-4e17-931f-dec85fac6ca5","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/portlet/:params:.*","host":["https://demo.dotcms.com/api"],"path":["portlet",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/html"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80d7f43b-5385-4281-92fb-19fa1152b52c"},{"name":"layoutPost","id":"9aad117a-081a-4a8d-890f-76e706650b9b","request":{"method":"POST","header":[{"key":"Accept","value":"text/html"}],"url":"https://demo.dotcms.com/api/portlet/:params:.*","urlObject":{"path":["portlet",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"d114a5ea-9538-43b6-b7e7-38ceb6e2b377","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"ad8dffb4-314d-42d9-b885-4d7f58fe112f","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/portlet/:params:.*","host":["https://demo.dotcms.com/api"],"path":["portlet",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/html"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9aad117a-081a-4a8d-890f-76e706650b9b"}],"id":"10e636a0-709a-4933-b9e5-1be0de26ef55","_postman_id":"10e636a0-709a-4933-b9e5-1be0de26ef55","description":""},{"name":"getLayout1","id":"a3c78e4f-d292-42cf-a2b7-5f51673e2c7e","request":{"method":"GET","header":[{"key":"Accept","value":"text/html"}],"url":"https://demo.dotcms.com/api/portlet/layout/:params:.*","urlObject":{"path":["portlet","layout",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"cef2977b-e70e-47fc-bb3c-f64e128ab824","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"5f97a945-5331-493b-a53e-3ec1dd116fd7","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/portlet/layout/:params:.*","host":["https://demo.dotcms.com/api"],"path":["portlet","layout",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/html"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a3c78e4f-d292-42cf-a2b7-5f51673e2c7e"}],"id":"e47cfe00-1d65-418d-84be-d1a9ecfc9f0d","_postman_id":"e47cfe00-1d65-418d-84be-d1a9ecfc9f0d","description":""},{"name":"ES","item":[{"name":"Search","item":[{"name":"search","id":"1a419c40-6a27-4551-a4c5-96c1c5e24fc0","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/es/search?depth=ea non&live=true&allCategoriesInfo=true","urlObject":{"path":["es","search"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"depth","value":"ea non"},{"key":"live","value":"true"},{"key":"allCategoriesInfo","value":"true"}],"variable":[]}},"response":[{"id":"4f4e3018-0864-4d44-8bfa-e997847defc2","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/es/search?depth=ea non&live=true&allCategoriesInfo=true","host":["https://demo.dotcms.com/api"],"path":["es","search"],"query":[{"key":"depth","value":"ea non"},{"key":"live","value":"true"},{"key":"allCategoriesInfo","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1a419c40-6a27-4551-a4c5-96c1c5e24fc0"},{"name":"searchPost","id":"5e778c94-f46b-4919-a4b4-3d805553e33c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/es/search?depth=ea non&live=true&allCategoriesInfo=true","urlObject":{"path":["es","search"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"depth","value":"ea non"},{"key":"live","value":"true"},{"key":"allCategoriesInfo","value":"true"}],"variable":[]}},"response":[{"id":"5e882bb5-d0e9-46c9-8419-8c1523db48a2","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/es/search?depth=ea non&live=true&allCategoriesInfo=true","host":["https://demo.dotcms.com/api"],"path":["es","search"],"query":[{"key":"depth","value":"ea non"},{"key":"live","value":"true"},{"key":"allCategoriesInfo","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5e778c94-f46b-4919-a4b4-3d805553e33c"}],"id":"1aacfae0-8fac-45a3-896b-152e952a2ff1","_postman_id":"1aacfae0-8fac-45a3-896b-152e952a2ff1","description":""},{"name":"Raw","item":[{"name":"searchRawGet","id":"85ccc288-8444-4a3e-bc3f-37fe13ea7411","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/es/raw","urlObject":{"path":["es","raw"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"cb5082d4-7c94-4a62-8267-d052ea7d657a","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/es/raw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"85ccc288-8444-4a3e-bc3f-37fe13ea7411"},{"name":"searchRaw","id":"945eb999-601f-401b-aae3-c69bc3f1d444","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/es/raw","urlObject":{"path":["es","raw"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"be3d2991-a850-42e2-92b5-e3789152668b","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/es/raw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"945eb999-601f-401b-aae3-c69bc3f1d444"}],"id":"b8f0891c-fb3e-4eff-bfb2-9573cc28e79a","_postman_id":"b8f0891c-fb3e-4eff-bfb2-9573cc28e79a","description":""},{"name":"getLayout2","id":"abb12a90-ad81-4e4d-bfc0-a3000596ffac","request":{"method":"GET","header":[{"key":"Accept","value":"text/html"}],"url":"https://demo.dotcms.com/api/es/layout/:params:.*","urlObject":{"path":["es","layout",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"245f291e-a1ea-4821-887a-23aad2e715aa","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"cd1bb087-7ed3-4246-bc36-d11fc3eb36f6","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/es/layout/:params:.*","host":["https://demo.dotcms.com/api"],"path":["es","layout",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/html"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"abb12a90-ad81-4e4d-bfc0-a3000596ffac"}],"id":"79e1ad5d-3aaa-4d8e-89da-e1f4effbfd59","_postman_id":"79e1ad5d-3aaa-4d8e-89da-e1f4effbfd59","description":""},{"name":"ws/v1/system","item":[{"name":"getEvents","id":"749e78a8-2042-433b-80de-2ab6dfe97c4b","request":{"method":"GET","header":[],"url":"https://demo.dotcms.com/api/ws/v1/system/events?javax.ws.rs.container.Suspended=ea non&lastcallback=-15283749","urlObject":{"path":["ws","v1","system","events"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"},{"key":"lastcallback","value":"-15283749"}],"variable":[]}},"response":[{"id":"7f2f253b-d75a-4e1e-bcc1-fce0d5ebe889","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/ws/v1/system/events?javax.ws.rs.container.Suspended=ea non&lastcallback=-15283749","host":["https://demo.dotcms.com/api"],"path":["ws","v1","system","events"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"},{"key":"lastcallback","value":"-15283749"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"749e78a8-2042-433b-80de-2ab6dfe97c4b"},{"name":"getSyncEvents","id":"c0fbff7f-0b3a-4442-ab9a-a2fb55f44967","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/ws/v1/system/syncevents?lastcallback=-15283749","urlObject":{"path":["ws","v1","system","syncevents"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"lastcallback","value":"-15283749"}],"variable":[]}},"response":[{"id":"68e02ef9-b7ba-4499-a397-f308fcd831ff","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/ws/v1/system/syncevents?lastcallback=-15283749","host":["https://demo.dotcms.com/api"],"path":["ws","v1","system","syncevents"],"query":[{"key":"lastcallback","value":"-15283749"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c0fbff7f-0b3a-4442-ab9a-a2fb55f44967"}],"id":"19b370e3-0f8f-48a7-b0d3-4f98c4b319f7","_postman_id":"19b370e3-0f8f-48a7-b0d3-4f98c4b319f7","description":""},{"name":"Integrity","item":[{"name":"generateIntegrityData","id":"179fd54d-dc1e-4421-b995-dabd57a0762d","request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/integrity/_generateintegritydata","urlObject":{"path":["integrity","_generateintegritydata"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"55a43ab2-3bf6-451d-ade8-25c5fb19a0b4","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/integrity/_generateintegritydata"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"179fd54d-dc1e-4421-b995-dabd57a0762d"},{"name":"getIntegrityData","id":"2c329202-18b7-480d-8ba8-48677058aa5d","request":{"method":"GET","header":[{"key":"Accept","value":"application/zip"}],"url":"https://demo.dotcms.com/api/integrity/:requestId/integrityData","urlObject":{"path":["integrity",":requestId","integrityData"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"29ec5a42-dfe2-491a-b637-066413d84e5f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"requestId"}]}},"response":[{"id":"48c9f661-e1fc-4d37-ad40-eec79d99ae7a","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/integrity/:requestId/integrityData","host":["https://demo.dotcms.com/api"],"path":["integrity",":requestId","integrityData"],"variable":[{"key":"requestId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/zip"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c329202-18b7-480d-8ba8-48677058aa5d"},{"name":"checkIntegrity","id":"c0621525-2a3b-4201-9205-8c37248e23f1","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/integrity/checkintegrity/:params:.*","urlObject":{"path":["integrity","checkintegrity",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"d9b7c13d-ab1a-4351-a704-114103140e85","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"14a11d95-c0e6-46de-bb8f-e2066b5e4e24","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/integrity/checkintegrity/:params:.*","host":["https://demo.dotcms.com/api"],"path":["integrity","checkintegrity",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"c0621525-2a3b-4201-9205-8c37248e23f1"},{"name":"checkIntegrityProcessStatus","id":"22d3c7bc-cdb8-41b3-997c-385f9d8432c0","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/integrity/checkIntegrityProcessStatus/:params:.*","urlObject":{"path":["integrity","checkIntegrityProcessStatus",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"f5b0f154-5d30-4836-b568-a0901e290288","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"b7e8ea4d-6bc7-4e0a-adad-c8ecea9917dc","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/integrity/checkIntegrityProcessStatus/:params:.*","host":["https://demo.dotcms.com/api"],"path":["integrity","checkIntegrityProcessStatus",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"22d3c7bc-cdb8-41b3-997c-385f9d8432c0"},{"name":"getIntegrityResult","id":"1163d25b-d623-47d4-9306-5572602b0d23","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/integrity/getIntegrityResult/:params:.*","urlObject":{"path":["integrity","getIntegrityResult",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"5527ee82-79b3-4efb-9723-72fe31b1c7af","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"87202213-2652-4edd-a755-cb79eee7bd5b","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/integrity/getIntegrityResult/:params:.*","host":["https://demo.dotcms.com/api"],"path":["integrity","getIntegrityResult",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1163d25b-d623-47d4-9306-5572602b0d23"},{"name":"discardConflicts","id":"82023209-f582-4586-bf16-6f9c116f7b43","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/integrity/discardconflicts/:params:.*","urlObject":{"path":["integrity","discardconflicts",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"46cd73b2-3282-4f70-bb99-f4e1d6087e65","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"bbf4be51-04fe-4c36-8aa0-42c0bb4a16f0","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/integrity/discardconflicts/:params:.*","host":["https://demo.dotcms.com/api"],"path":["integrity","discardconflicts",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"82023209-f582-4586-bf16-6f9c116f7b43"},{"name":"fixConflictsFromRemote","id":"99d1f3ef-b03f-4b7a-99d1-aada6a7b109d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/integrity/_fixconflictsfromremote","urlObject":{"path":["integrity","_fixconflictsfromremote"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"a894bf5c-dd3e-400c-aeb5-ece90589fba6","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/integrity/_fixconflictsfromremote"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"99d1f3ef-b03f-4b7a-99d1-aada6a7b109d"},{"name":"fixConflicts","id":"2bdabb8c-9a33-4fb8-93cf-e9222ad67c2a","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/integrity/fixconflicts/:params:.*","urlObject":{"path":["integrity","fixconflicts",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"69de9f02-8c02-4199-b869-e48962eb98c8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"42f69aa6-492c-494c-91c9-7ea995e4f37b","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/integrity/fixconflicts/:params:.*","host":["https://demo.dotcms.com/api"],"path":["integrity","fixconflicts",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2bdabb8c-9a33-4fb8-93cf-e9222ad67c2a"}],"id":"b441bdf4-4e65-4cb9-87f3-a9cf0a6d7eea","_postman_id":"b441bdf4-4e65-4cb9-87f3-a9cf0a6d7eea","description":""},{"name":"Config","item":[{"name":"saveCompanyBasicInfo","id":"a7bde9e4-f73f-42b4-a12f-771226c10f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"in aliqua"},{"key":"password","value":"qui consequat dolor"},{"key":"portalURL","value":"commodo dolore"},{"key":"mx","value":"dolor"},{"key":"emailAddress","value":"in nisi sed incididunt"},{"key":"size","value":"consectetur in occaecat laborum"},{"key":"type","value":"voluptate ut eu"},{"key":"street","value":"eu id adipisicing"},{"key":"homeURL","value":"qui"},{"key":"city","value":"consequat"},{"key":"state","value":"qui"}]},"url":"https://demo.dotcms.com/api/config/saveCompanyBasicInfo","urlObject":{"path":["config","saveCompanyBasicInfo"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"7a2f47c4-f53a-4f4a-b658-38c916efb35d","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"in aliqua"},{"key":"password","value":"qui consequat dolor"},{"key":"portalURL","value":"commodo dolore"},{"key":"mx","value":"dolor"},{"key":"emailAddress","value":"in nisi sed incididunt"},{"key":"size","value":"consectetur in occaecat laborum"},{"key":"type","value":"voluptate ut eu"},{"key":"street","value":"eu id adipisicing"},{"key":"homeURL","value":"qui"},{"key":"city","value":"consequat"},{"key":"state","value":"qui"}]},"url":"https://demo.dotcms.com/api/config/saveCompanyBasicInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a7bde9e4-f73f-42b4-a12f-771226c10f79"},{"name":"saveCompanyLocaleInfo","id":"91429476-b819-4474-b627-9b0e19ab0158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"Lor"},{"key":"password","value":"Ut quis nulla"},{"key":"languageId","value":"nulla"},{"key":"timeZoneId","value":"occaecat tempor ut consectetur"}]},"url":"https://demo.dotcms.com/api/config/saveCompanyLocaleInfo","urlObject":{"path":["config","saveCompanyLocaleInfo"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"f5d1089d-01be-445d-b2d4-e2b2a19baa94","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"Lor"},{"key":"password","value":"Ut quis nulla"},{"key":"languageId","value":"nulla"},{"key":"timeZoneId","value":"occaecat tempor ut consectetur"}]},"url":"https://demo.dotcms.com/api/config/saveCompanyLocaleInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"91429476-b819-4474-b627-9b0e19ab0158"},{"name":"saveCompanyAuthTypeInfo","id":"ba420687-091c-4510-a9ad-8139ad618f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"labore in"},{"key":"password","value":"esse quis ipsum"},{"key":"authType","value":"aliquip mollit"}]},"url":"https://demo.dotcms.com/api/config/saveCompanyAuthTypeInfo","urlObject":{"path":["config","saveCompanyAuthTypeInfo"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"8ff9a549-5bd6-4124-9e60-aae4cae5c5e7","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"labore in"},{"key":"password","value":"esse quis ipsum"},{"key":"authType","value":"aliquip mollit"}]},"url":"https://demo.dotcms.com/api/config/saveCompanyAuthTypeInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"ba420687-091c-4510-a9ad-8139ad618f5d"},{"name":"saveCompanyLogo","id":"34447132-f873-4c6f-a29e-12ef6eae491c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/html"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/config/saveCompanyLogo","urlObject":{"path":["config","saveCompanyLogo"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"a00e0451-aeaf-41ea-af0c-ea44a7fa8f12","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/config/saveCompanyLogo"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/html"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34447132-f873-4c6f-a29e-12ef6eae491c"},{"name":"deleteEnvironment","id":"a9a076cd-f103-4dbb-a1ff-d4295cc40a01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"in labore"},{"key":"password","value":"ut ea"},{"key":"environment","value":"tempor cupidatat mollit"},{"key":"type","value":"fugiat sunt reprehenderit"},{"key":"callback","value":"nulla"}]},"url":"https://demo.dotcms.com/api/config/deleteEnvironment","urlObject":{"path":["config","deleteEnvironment"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"f44a23ee-cfeb-4355-b692-50b1b3139ed2","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"in labore"},{"key":"password","value":"ut ea"},{"key":"environment","value":"tempor cupidatat mollit"},{"key":"type","value":"fugiat sunt reprehenderit"},{"key":"callback","value":"nulla"}]},"url":"https://demo.dotcms.com/api/config/deleteEnvironment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a9a076cd-f103-4dbb-a1ff-d4295cc40a01"},{"name":"deleteEndpoint","id":"e8808f92-e405-4963-8e3f-5cffdf6c6c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"sunt minim sint"},{"key":"password","value":"do sed nisi id"},{"key":"endPoint","value":"incididunt velit"},{"key":"type","value":"quis proident fugiat"},{"key":"callback","value":"nisi velit ut sed"}]},"url":"https://demo.dotcms.com/api/config/deleteEndpoint","urlObject":{"path":["config","deleteEndpoint"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"d765d512-a172-41e6-9528-b748301e380a","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user","value":"sunt minim sint"},{"key":"password","value":"do sed nisi id"},{"key":"endPoint","value":"incididunt velit"},{"key":"type","value":"quis proident fugiat"},{"key":"callback","value":"nisi velit ut sed"}]},"url":"https://demo.dotcms.com/api/config/deleteEndpoint"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"e8808f92-e405-4963-8e3f-5cffdf6c6c60"},{"name":"regenerateKey","id":"23d4fb7e-7588-44ee-aeb4-b7fcceb5f2e1","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/config/regenerateKey","urlObject":{"path":["config","regenerateKey"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"2b120ff4-becd-4141-9ad2-097be997c84e","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/config/regenerateKey"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"23d4fb7e-7588-44ee-aeb4-b7fcceb5f2e1"}],"id":"687d82e9-91c9-42a5-a191-f6e63d67c93b","_postman_id":"687d82e9-91c9-42a5-a191-f6e63d67c93b","description":""},{"name":"Cluster","item":[{"name":"getNodesInfo","id":"48e7c77f-6b9b-4400-893d-10fca26643bc","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/cluster/getNodesStatus/:params:.*","urlObject":{"path":["cluster","getNodesStatus",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"aa5e307f-9227-4543-9040-a4f34c45d7f3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"8b06e347-ae35-48c0-ba41-8123a889daac","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/cluster/getNodesStatus/:params:.*","host":["https://demo.dotcms.com/api"],"path":["cluster","getNodesStatus",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"48e7c77f-6b9b-4400-893d-10fca26643bc"},{"name":"getESConfigProperties","id":"775e8840-ce0f-478c-90e9-4d700c03be8e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/cluster/getESConfigProperties/:params:.*","urlObject":{"path":["cluster","getESConfigProperties",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"f337b1a5-d743-440b-be7a-058d2027bd2f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"fb420acf-07ad-4767-b2db-af9c047f4238","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/cluster/getESConfigProperties/:params:.*","host":["https://demo.dotcms.com/api"],"path":["cluster","getESConfigProperties",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"775e8840-ce0f-478c-90e9-4d700c03be8e"},{"name":"getLicenseRepoStatus","id":"72fb3d04-5ce2-4e46-9c2f-dc4f800dfe7c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/cluster/licenseRepoStatus","urlObject":{"path":["cluster","licenseRepoStatus"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"b8685115-10dd-4eba-99a7-a062288e0727","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/cluster/licenseRepoStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"72fb3d04-5ce2-4e46-9c2f-dc4f800dfe7c"},{"name":"removeFromCluster","id":"08c02012-807a-4ea5-9937-aa882f2db4e0","request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/cluster/remove/:params:.*","urlObject":{"path":["cluster","remove",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"00a779cb-7290-4ee8-9799-29ded9d060bf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"6a46898b-de63-46b9-963a-3156689b34b2","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/cluster/remove/:params:.*","host":["https://demo.dotcms.com/api"],"path":["cluster","remove",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08c02012-807a-4ea5-9937-aa882f2db4e0"},{"name":"testCluster","id":"fc448266-e899-4533-98b6-2ba78151cd31","request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/cluster/test","urlObject":{"path":["cluster","test"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"00fc290d-3dd2-4dec-8209-5bf853cfae10","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/cluster/test"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fc448266-e899-4533-98b6-2ba78151cd31"}],"id":"882e89a0-b37b-4c20-bafa-e76f3001eb64","_postman_id":"882e89a0-b37b-4c20-bafa-e76f3001eb64","description":""},{"name":"v3/contenttype/{type Id Or Var Name}/fields","item":[{"name":"getContentTypeFields1","id":"8e661027-cd89-450a-a747-ddb3d7130374","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v3/contenttype/:typeIdOrVarName/fields","urlObject":{"path":["v3","contenttype",":typeIdOrVarName","fields"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"247319ca-2a30-419d-a88c-2d79f3694b05","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"}]}},"response":[{"id":"df11b3ef-4e75-4868-a3a4-812f778e0746","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v3/contenttype/:typeIdOrVarName/fields","host":["https://demo.dotcms.com/api"],"path":["v3","contenttype",":typeIdOrVarName","fields"],"variable":[{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8e661027-cd89-450a-a747-ddb3d7130374"},{"name":"deleteFields1","id":"977bee9c-9140-405b-807c-aafe7dc2a6f8","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/v3/contenttype/:typeIdOrVarName/fields","urlObject":{"path":["v3","contenttype",":typeIdOrVarName","fields"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"279cc86a-c453-4507-b9a3-0d2331c85967","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"}]}},"response":[{"id":"0a35b069-fd36-4c32-892a-f1300a7ddd92","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/v3/contenttype/:typeIdOrVarName/fields","host":["https://demo.dotcms.com/api"],"path":["v3","contenttype",":typeIdOrVarName","fields"],"variable":[{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"977bee9c-9140-405b-807c-aafe7dc2a6f8"},{"name":"updateField","id":"78b38d10-b480-4716-9e23-a80a59b42261","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v3/contenttype/:typeIdOrVarName/fields/:id","urlObject":{"path":["v3","contenttype",":typeIdOrVarName","fields",":id"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"78488d7b-3c17-43f7-8090-925dc831354d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"},{"id":"6be44216-8fd4-4bbf-aa42-a62489b9ef44","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"id"}]}},"response":[{"id":"6da46bee-5c4a-4596-9ccc-1a803490df57","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/v3/contenttype/:typeIdOrVarName/fields/:id","host":["https://demo.dotcms.com/api"],"path":["v3","contenttype",":typeIdOrVarName","fields",":id"],"variable":[{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "},{"key":"id","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"78b38d10-b480-4716-9e23-a80a59b42261"},{"name":"moveFields","id":"2e2cd358-1e5d-432c-97d3-17c39b26612f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/v3/contenttype/:typeIdOrVarName/fields/move","urlObject":{"path":["v3","contenttype",":typeIdOrVarName","fields","move"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"9e64020e-9ad8-4cec-824c-84ade3a21f12","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"typeIdOrVarName"}]}},"response":[{"id":"fb5335b5-ab8a-49a3-a82b-be76df58a6d5","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/v3/contenttype/:typeIdOrVarName/fields/move","host":["https://demo.dotcms.com/api"],"path":["v3","contenttype",":typeIdOrVarName","fields","move"],"variable":[{"key":"typeIdOrVarName","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2e2cd358-1e5d-432c-97d3-17c39b26612f"}],"id":"55962d32-a06f-45b8-9ff1-d37ab194319f","_postman_id":"55962d32-a06f-45b8-9ff1-d37ab194319f","description":""},{"name":"Osgi","item":[{"name":"updateBundles","id":"2e9d86d4-4920-420b-afef-816586dc69d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/osgi","urlObject":{"path":["osgi"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"6bf98835-8c41-40b0-bc20-f1929478c97c","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/osgi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"2e9d86d4-4920-420b-afef-816586dc69d7"},{"name":"getInstalledBundles","id":"a6da51c6-bef4-4bed-8159-e392ac1d18c6","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/osgi/getInstalledBundles/:params:.*","urlObject":{"path":["osgi","getInstalledBundles",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"a893a33a-1f7d-4dcf-81e9-42b36315df02","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"c2e7bdb3-6702-404a-86f4-f345f72a4b5e","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/osgi/getInstalledBundles/:params:.*","host":["https://demo.dotcms.com/api"],"path":["osgi","getInstalledBundles",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a6da51c6-bef4-4bed-8159-e392ac1d18c6"}],"id":"d42087e0-7892-48eb-ab5c-598ffa37b99d","_postman_id":"d42087e0-7892-48eb-ab5c-598ffa37b99d","description":""},{"name":"VTL","item":[{"name":"{folder}","item":[{"name":"{path Param: .*}","item":[{"name":"patch","id":"855a228e-01c0-4115-86ca-5abfacaaa937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/:folder/:pathParam: .*","urlObject":{"path":["vtl",":folder",":pathParam: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"c85954b8-d022-44cf-9deb-d2be6727738c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"folder"},{"id":"b2d04225-68a5-4083-8baa-4b55f538928e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pathParam: .*"}]}},"response":[{"id":"37526839-8261-408b-8802-1d124b78aed7","name":"response","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/:folder/:pathParam: .*","host":["https://demo.dotcms.com/api"],"path":["vtl",":folder",":pathParam: .*"],"variable":[{"key":"folder","value":"ea non","description":"(Required) "},{"key":"pathParam: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"855a228e-01c0-4115-86ca-5abfacaaa937"},{"name":"put","id":"50de05b5-9ffa-4308-8680-eac1d72bea50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/:folder/:pathParam: .*","urlObject":{"path":["vtl",":folder",":pathParam: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"ce8c844c-2636-4d13-9214-878c7503f810","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"folder"},{"id":"eb0384a0-9b83-4a62-9763-4c705f27edf3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pathParam: .*"}]}},"response":[{"id":"292f1ebb-6dd6-4708-922a-cbde38b9d0ee","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/:folder/:pathParam: .*","host":["https://demo.dotcms.com/api"],"path":["vtl",":folder",":pathParam: .*"],"variable":[{"key":"folder","value":"ea non","description":"(Required) "},{"key":"pathParam: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"50de05b5-9ffa-4308-8680-eac1d72bea50"},{"name":"delete","id":"156706a0-74c7-4bae-a599-3a7cb93c5420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/:folder/:pathParam: .*","urlObject":{"path":["vtl",":folder",":pathParam: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"49fa8072-9182-4673-8ed5-1672ece7b7c2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"folder"},{"id":"551ddf28-88e5-43e4-8f31-96266457bcff","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pathParam: .*"}]}},"response":[{"id":"2ec52d24-a268-4835-9b40-3562a029fe6c","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/:folder/:pathParam: .*","host":["https://demo.dotcms.com/api"],"path":["vtl",":folder",":pathParam: .*"],"variable":[{"key":"folder","value":"ea non","description":"(Required) "},{"key":"pathParam: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"156706a0-74c7-4bae-a599-3a7cb93c5420"},{"name":"post","id":"7ac59a32-4321-4a2c-9cdd-198b46fe66ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/:folder/:pathParam: .*","urlObject":{"path":["vtl",":folder",":pathParam: .*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"5d3f530e-b06d-4ed3-b5e6-b297945ac881","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"folder"},{"id":"855d9697-e08f-4ab8-8883-56134f758c37","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pathParam: .*"}]}},"response":[{"id":"d29b93cd-ace4-4c70-85a5-46878ee37db5","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/:folder/:pathParam: .*","host":["https://demo.dotcms.com/api"],"path":["vtl",":folder",":pathParam: .*"],"variable":[{"key":"folder","value":"ea non","description":"(Required) "},{"key":"pathParam: .*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"7ac59a32-4321-4a2c-9cdd-198b46fe66ee"}],"id":"91e5a48d-e0a2-43e9-a756-7fabb164ac54","_postman_id":"91e5a48d-e0a2-43e9-a756-7fabb164ac54","description":""},{"name":"patch","id":"79aa3e40-98ff-4ab4-8f2d-d22824aac394","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/:folder","urlObject":{"path":["vtl",":folder"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"06b6ed55-b443-4697-88ab-97ad3fbd85ee","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"folder"}]}},"response":[{"id":"02b97849-41ab-4cc4-93fc-f6c60f84713e","name":"response","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/:folder","host":["https://demo.dotcms.com/api"],"path":["vtl",":folder"],"variable":[{"key":"folder","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"79aa3e40-98ff-4ab4-8f2d-d22824aac394"},{"name":"get","id":"5bc905da-f133-4c39-92da-1a844cb5a00c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/vtl/:folder","urlObject":{"path":["vtl",":folder"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"ecaf4568-b7bc-42fa-b2d1-c8300c1006e6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"folder"}]}},"response":[{"id":"253e0583-5527-45ad-9621-ba2690eb7206","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/:folder","host":["https://demo.dotcms.com/api"],"path":["vtl",":folder"],"variable":[{"key":"folder","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5bc905da-f133-4c39-92da-1a844cb5a00c"},{"name":"put","id":"b537b228-b1c0-4a80-93d8-b8f86e7bc856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/:folder","urlObject":{"path":["vtl",":folder"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"c9e8f44a-8be9-43ef-862a-a4f2ea67b590","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"folder"}]}},"response":[{"id":"db6170e0-87c2-4311-b025-61b01c63e2d0","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/:folder","host":["https://demo.dotcms.com/api"],"path":["vtl",":folder"],"variable":[{"key":"folder","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b537b228-b1c0-4a80-93d8-b8f86e7bc856"},{"name":"delete","id":"7b718832-08dc-457b-9731-5af790acf03e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/:folder","urlObject":{"path":["vtl",":folder"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"cf4f4810-85af-43ae-ade4-70e68b08b69f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"folder"}]}},"response":[{"id":"037af551-dc01-4144-a475-2ed35d14eef4","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/:folder","host":["https://demo.dotcms.com/api"],"path":["vtl",":folder"],"variable":[{"key":"folder","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"7b718832-08dc-457b-9731-5af790acf03e"},{"name":"post","id":"171fff79-b928-4116-b757-812a768b39af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/:folder","urlObject":{"path":["vtl",":folder"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"2c9e1df4-654a-4997-9363-548b958f8e3a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"folder"}]}},"response":[{"id":"6a52f472-52d5-4693-9223-023c1516dd68","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/:folder","host":["https://demo.dotcms.com/api"],"path":["vtl",":folder"],"variable":[{"key":"folder","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"171fff79-b928-4116-b757-812a768b39af"},{"name":"get","id":"a1241163-e3ac-49d7-8824-fb80a7d05780","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/vtl/:folder/:pathParam:.*","urlObject":{"path":["vtl",":folder",":pathParam:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"669021a7-4a17-41e1-b8e0-2b13f1c9808c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"folder"},{"id":"84883cc4-ad1f-4e6c-82cb-6bd795d4dbb4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pathParam:.*"}]}},"response":[{"id":"812d3524-8f80-4af5-853d-a3c3cd620e29","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/:folder/:pathParam:.*","host":["https://demo.dotcms.com/api"],"path":["vtl",":folder",":pathParam:.*"],"variable":[{"key":"folder","value":"ea non","description":"(Required) "},{"key":"pathParam:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"a1241163-e3ac-49d7-8824-fb80a7d05780"}],"id":"ecf30ab9-37db-44dc-a57c-e1f91d5c791c","_postman_id":"ecf30ab9-37db-44dc-a57c-e1f91d5c791c","description":""},{"name":"dynamic","item":[{"name":"{path Param:.*}","item":[{"name":"dynamicGet","id":"73b6efd1-237d-4a29-9744-285cb47c0e2f","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/vtl/dynamic/:pathParam:.*","urlObject":{"path":["vtl","dynamic",":pathParam:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"3af70d6b-dfcd-40eb-a44f-e7b76e796bb7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pathParam:.*"}]}},"response":[{"id":"eb5d4c91-6a5d-42e8-945c-2139c7a05ba8","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/dynamic/:pathParam:.*","host":["https://demo.dotcms.com/api"],"path":["vtl","dynamic",":pathParam:.*"],"variable":[{"key":"pathParam:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"73b6efd1-237d-4a29-9744-285cb47c0e2f"},{"name":"dynamicPost","id":"00bc2c5c-931e-4c05-abe8-5389003aedd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/dynamic/:pathParam:.*","urlObject":{"path":["vtl","dynamic",":pathParam:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"a6576b13-ee08-437e-93ef-a997faa88478","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pathParam:.*"}]}},"response":[{"id":"0f5f3dba-76b3-4fea-8d5f-134f640622ee","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/dynamic/:pathParam:.*","host":["https://demo.dotcms.com/api"],"path":["vtl","dynamic",":pathParam:.*"],"variable":[{"key":"pathParam:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"00bc2c5c-931e-4c05-abe8-5389003aedd9"},{"name":"dynamicPut","id":"4bdca01f-9931-4d38-9a8e-ed30b5b08bc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/dynamic/:pathParam:.*","urlObject":{"path":["vtl","dynamic",":pathParam:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"333d4fa6-1ba3-45dd-ba27-4117b34e00f7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pathParam:.*"}]}},"response":[{"id":"32284828-b9c8-4f40-9786-dc12b15d4f78","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://demo.dotcms.com/api/vtl/dynamic/:pathParam:.*","host":["https://demo.dotcms.com/api"],"path":["vtl","dynamic",":pathParam:.*"],"variable":[{"key":"pathParam:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4bdca01f-9931-4d38-9a8e-ed30b5b08bc1"},{"name":"dynamicPatch","id":"1b7e3411-b63e-4b1c-a768-65bb40df06af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/dynamic/:pathParam:.*","urlObject":{"path":["vtl","dynamic",":pathParam:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"fde9c67d-bb58-4269-af49-311c1dfb2478","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pathParam:.*"}]}},"response":[{"id":"3b8f8b8e-86b5-4dee-98fb-ba8c44e42dba","name":"response","originalRequest":{"method":"PATCH","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/vtl/dynamic/:pathParam:.*","host":["https://demo.dotcms.com/api"],"path":["vtl","dynamic",":pathParam:.*"],"variable":[{"key":"pathParam:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1b7e3411-b63e-4b1c-a768-65bb40df06af"},{"name":"dynamicDelete","id":"b6bf4db6-7f31-4681-aa05-428b58be9cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/dynamic/:pathParam:.*","urlObject":{"path":["vtl","dynamic",":pathParam:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"df19ad57-053d-4839-b98d-c2f5e4b04403","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"pathParam:.*"}]}},"response":[{"id":"3daa0534-58f2-4dbc-9973-3bed85d62cd3","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/vtl/dynamic/:pathParam:.*","host":["https://demo.dotcms.com/api"],"path":["vtl","dynamic",":pathParam:.*"],"variable":[{"key":"pathParam:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"b6bf4db6-7f31-4681-aa05-428b58be9cc9"}],"id":"ed38a798-1602-4dd5-9caf-afe6f048b141","_postman_id":"ed38a798-1602-4dd5-9caf-afe6f048b141","description":""},{"name":"dynamicGet","id":"51576097-46ab-43fd-a091-533fddd57dc2","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/vtl/dynamic","urlObject":{"path":["vtl","dynamic"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"da4a632b-e782-4407-8079-165b7bc5bee1","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/vtl/dynamic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"51576097-46ab-43fd-a091-533fddd57dc2"},{"name":"dynamicPost","id":"1ee92bab-cf20-4684-9c1a-47b88ad2dd09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/dynamic","urlObject":{"path":["vtl","dynamic"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"85d3218f-46af-44ff-9909-547e01bce475","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":"https://demo.dotcms.com/api/vtl/dynamic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"1ee92bab-cf20-4684-9c1a-47b88ad2dd09"},{"name":"dynamicPut","id":"f8294915-37ca-4c48-9cc3-03f1a87fd670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/vtl/dynamic","urlObject":{"path":["vtl","dynamic"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"10c80728-54a7-4ad4-ba5c-7b6155fa5afe","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"url":"https://demo.dotcms.com/api/vtl/dynamic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"f8294915-37ca-4c48-9cc3-03f1a87fd670"}],"id":"58f63a20-fa1c-4505-89be-40a6e7042019","_postman_id":"58f63a20-fa1c-4505-89be-40a6e7042019","description":""}],"id":"507ec455-fd60-471a-82ba-dc746d262107","_postman_id":"507ec455-fd60-471a-82ba-dc746d262107","description":""},{"name":"Bundle","item":[{"name":"{bundle Id}","item":[{"name":"getPublishQueueElements","id":"cbf4d3b0-0997-4187-a84e-37bf8fbb3dd3","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundle/:bundleId/assets?limit=-15283749","urlObject":{"path":["bundle",":bundleId","assets"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"limit","value":"-15283749"}],"variable":[{"id":"7edc0b5f-4570-4481-a5d4-7364896037f0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"bundleId"}]}},"response":[{"id":"08641388-cfa3-410f-8ffd-ac33b784c0e7","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/bundle/:bundleId/assets?limit=-15283749","host":["https://demo.dotcms.com/api"],"path":["bundle",":bundleId","assets"],"query":[{"key":"limit","value":"-15283749"}],"variable":[{"key":"bundleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"cbf4d3b0-0997-4187-a84e-37bf8fbb3dd3"},{"name":"downloadManifest","id":"d53d2457-5d50-485b-8829-baccf581cb74","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundle/:bundleId/manifest","urlObject":{"path":["bundle",":bundleId","manifest"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e74c9411-c302-4775-9a87-50a68a161f69","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"bundleId"}]}},"response":[{"id":"8681f86f-cce1-4a28-9503-cfd19f2b23ef","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/bundle/:bundleId/manifest","host":["https://demo.dotcms.com/api"],"path":["bundle",":bundleId","manifest"],"variable":[{"key":"bundleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"d53d2457-5d50-485b-8829-baccf581cb74"}],"id":"62292a51-0fee-46d2-8f31-dfdb85802c42","_postman_id":"62292a51-0fee-46d2-8f31-dfdb85802c42","description":""},{"name":"all","item":[{"name":"deleteAll","id":"09834cda-6cdb-44a1-a8a9-1ca10dd70b92","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundle/all","urlObject":{"path":["bundle","all"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"1bedd020-8ae2-4b00-adb1-75a2bd3b029a","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/bundle/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"09834cda-6cdb-44a1-a8a9-1ca10dd70b92"},{"name":"deleteAllFail","id":"4bbd2d60-9e62-4dda-b0df-765ac9989cfe","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundle/all/fail","urlObject":{"path":["bundle","all","fail"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"28ff2ea1-deb1-49b3-82c7-1a13cf3ae292","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/bundle/all/fail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4bbd2d60-9e62-4dda-b0df-765ac9989cfe"},{"name":"deleteAllSuccess","id":"f5eb45c8-b742-4140-a104-c98870475551","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundle/all/success","urlObject":{"path":["bundle","all","success"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"a456ecd9-d614-44cc-8387-da665087e3c3","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/bundle/all/success"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"f5eb45c8-b742-4140-a104-c98870475551"}],"id":"2c1c9be5-65c8-4c41-a805-8998e8c5e474","_postman_id":"2c1c9be5-65c8-4c41-a805-8998e8c5e474","description":""},{"name":"uploadBundleAsync","id":"39a741cb-0c71-440d-af5c-0d8083fcdeae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/bundle?javax.ws.rs.container.Suspended=ea non","urlObject":{"path":["bundle"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}],"variable":[]}},"response":[{"id":"7557535b-5240-479b-b55f-84c5dde19fd6","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.dotcms.com/api/bundle?javax.ws.rs.container.Suspended=ea non","host":["https://demo.dotcms.com/api"],"path":["bundle"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"39a741cb-0c71-440d-af5c-0d8083fcdeae"},{"name":"getUnsendBundles","id":"25395365-1bd8-4c3a-b1ad-c963a13d45ed","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundle/getunsendbundles/:params:.*","urlObject":{"path":["bundle","getunsendbundles",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"49713d63-c8ce-4e92-b41d-e90639d1f5f4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"6624e572-dde1-4906-9142-b9de289d963b","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/bundle/getunsendbundles/:params:.*","host":["https://demo.dotcms.com/api"],"path":["bundle","getunsendbundles",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"25395365-1bd8-4c3a-b1ad-c963a13d45ed"},{"name":"updateBundle","id":"5dca58ee-cc36-4abf-8e36-643062550c7e","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundle/updatebundle/:params:.*","urlObject":{"path":["bundle","updatebundle",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"9a92b6fb-770b-4515-a77f-1b7f0b908dba","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"32760cc5-5310-477b-9f9d-398957f37205","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/bundle/updatebundle/:params:.*","host":["https://demo.dotcms.com/api"],"path":["bundle","updatebundle",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5dca58ee-cc36-4abf-8e36-643062550c7e"},{"name":"deletePushHistory","id":"73668b1c-97d4-4221-a7ed-667bbc2d416b","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundle/deletepushhistory/:params:.*","urlObject":{"path":["bundle","deletepushhistory",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"aa3e96d8-2f64-408c-a78b-7752c4065689","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"66f6451e-4d9c-41c9-9099-64cbc3be83ba","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/bundle/deletepushhistory/:params:.*","host":["https://demo.dotcms.com/api"],"path":["bundle","deletepushhistory",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"73668b1c-97d4-4221-a7ed-667bbc2d416b"},{"name":"deleteEnvironmentPushHistory","id":"20d41666-144f-4398-8ae8-19d7853d5618","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundle/deleteenvironmentpushhistory/:params:.*","urlObject":{"path":["bundle","deleteenvironmentpushhistory",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"7549a066-341f-4ab1-a7c2-7bb24f86ae11","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"ebedd3af-ce60-41f0-b87d-373b3f8f681d","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/bundle/deleteenvironmentpushhistory/:params:.*","host":["https://demo.dotcms.com/api"],"path":["bundle","deleteenvironmentpushhistory",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"20d41666-144f-4398-8ae8-19d7853d5618"},{"name":"deleteBundlesByIdentifiers","id":"305a0e0a-b58c-4c86-baaa-1f113cbc3beb","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundle/ids","urlObject":{"path":["bundle","ids"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"2688bfcf-295c-45f4-ac1e-dc9d8554624c","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/bundle/ids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"305a0e0a-b58c-4c86-baaa-1f113cbc3beb"},{"name":"deleteBundlesOlderThan","id":"eb4e1ef2-691e-4e9a-ae19-609851d46cc2","request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundle/olderthan/:olderThan","urlObject":{"path":["bundle","olderthan",":olderThan"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"412ba0e3-0ecb-4f6a-b288-637ae74daa64","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"olderThan"}]}},"response":[{"id":"a71a1233-0946-4a4d-ad6a-a124e6340e4e","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/bundle/olderthan/:olderThan","host":["https://demo.dotcms.com/api"],"path":["bundle","olderthan",":olderThan"],"variable":[{"key":"olderThan","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"eb4e1ef2-691e-4e9a-ae19-609851d46cc2"},{"name":"downloadBundle","id":"6c6ad774-d3c6-46d8-b1d4-81a40068bcb2","request":{"method":"GET","header":[{"key":"Accept","value":"application/octet-stream"}],"url":"https://demo.dotcms.com/api/bundle/_download/:bundleId","urlObject":{"path":["bundle","_download",":bundleId"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"977cc9a1-1081-417c-85de-35f354ac1b4a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"bundleId"}]}},"response":[{"id":"8047c68d-3b16-4474-a4af-b7fc847996d6","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/bundle/_download/:bundleId","host":["https://demo.dotcms.com/api"],"path":["bundle","_download",":bundleId"],"variable":[{"key":"bundleId","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6c6ad774-d3c6-46d8-b1d4-81a40068bcb2"},{"name":"generateBundle","id":"42fe4dd7-0967-43b4-b292-16a0ddf6096e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/bundle/_generate?javax.ws.rs.container.Suspended=ea non","urlObject":{"path":["bundle","_generate"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}],"variable":[]}},"response":[{"id":"dc58d3ac-4864-4500-975b-bba76a502f07","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/bundle/_generate?javax.ws.rs.container.Suspended=ea non","host":["https://demo.dotcms.com/api"],"path":["bundle","_generate"],"query":[{"key":"javax.ws.rs.container.Suspended","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42fe4dd7-0967-43b4-b292-16a0ddf6096e"},{"name":"uploadBundleSync","id":"5861434c-a565-4ce7-87f0-78e52c2942ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/bundle/sync","urlObject":{"path":["bundle","sync"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"74ef1f20-6ce5-4dcc-b059-3a498bcff7e7","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/bundle/sync"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"5861434c-a565-4ce7-87f0-78e52c2942ef"}],"id":"f79aff4f-f75a-4a8f-9856-55ac86069f48","_postman_id":"f79aff4f-f75a-4a8f-9856-55ac86069f48","description":""},{"name":"Restexample","item":[{"name":"loadJson","id":"33acf72d-e4cb-43ae-8cf8-3e173a510d3f","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/restexample/test/:params:.*","urlObject":{"path":["restexample","test",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"8023114d-64d6-4f41-8fee-cf362c82bb49","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"a1c00463-3981-4b3c-b014-f2f49cedcbc3","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/restexample/test/:params:.*","host":["https://demo.dotcms.com/api"],"path":["restexample","test",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"33acf72d-e4cb-43ae-8cf8-3e173a510d3f"},{"name":"getLayout4","id":"6d8cfe7a-ff21-4112-9e41-b0d3f11b10d8","request":{"method":"GET","header":[{"key":"Accept","value":"text/html"}],"url":"https://demo.dotcms.com/api/restexample/layout/:params:.*","urlObject":{"path":["restexample","layout",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"47be33e4-4679-4f5c-959a-170bd7e9f222","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"eb09626d-feb8-4384-ae38-b8db66b0e118","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/restexample/layout/:params:.*","host":["https://demo.dotcms.com/api"],"path":["restexample","layout",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/html"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d8cfe7a-ff21-4112-9e41-b0d3f11b10d8"}],"id":"ec87037c-f998-4574-b666-77bc0f3cc119","_postman_id":"ec87037c-f998-4574-b666-77bc0f3cc119","description":""},{"name":"Content","item":[{"name":"{params:.*}","item":[{"name":"getContent1","id":"eab15048-b0bd-4872-a216-c818f389c3ea","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/content/:params:.*","urlObject":{"path":["content",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"52e8f687-b6ae-4bce-9e35-bae57b3b42f8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"c11c067f-8a64-462c-b2d7-37cb1bf1caff","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/content/:params:.*","host":["https://demo.dotcms.com/api"],"path":["content",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"eab15048-b0bd-4872-a216-c818f389c3ea"},{"name":"multipartPUT","id":"93148d97-28a6-424a-a0cf-e1a68ada2fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/content/:params:.*","urlObject":{"path":["content",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e16d3cac-6d98-4cd3-9e93-723ee301666c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"43a738d6-71f3-413e-a657-fb534f15d866","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.dotcms.com/api/content/:params:.*","host":["https://demo.dotcms.com/api"],"path":["content",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"93148d97-28a6-424a-a0cf-e1a68ada2fbd"},{"name":"multipartPOST","id":"6aee1555-7172-43b6-bbb2-2b5e1c93a745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/content/:params:.*","urlObject":{"path":["content",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"477e2869-95a5-4f94-8174-72053c35435a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"90d80e45-bf8d-468f-90aa-312bfbc03a74","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.dotcms.com/api/content/:params:.*","host":["https://demo.dotcms.com/api"],"path":["content",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6aee1555-7172-43b6-bbb2-2b5e1c93a745"}],"id":"dcdc0766-af61-47d9-a703-4a5b236185fe","_postman_id":"dcdc0766-af61-47d9-a703-4a5b236185fe","description":""},{"name":"search","id":"88c8f7a9-2474-4c58-a515-0ce0b02d5b37","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/content/_search","urlObject":{"path":["content","_search"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[]}},"response":[{"id":"174cdbd2-82c3-4467-9583-4d1f413ae530","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"https://demo.dotcms.com/api/content/_search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"88c8f7a9-2474-4c58-a515-0ce0b02d5b37"},{"name":"indexCount","id":"a8e9871f-793f-4826-9889-a19ffa0c9718","request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/content/indexcount/:query","urlObject":{"path":["content","indexcount",":query"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"181552e1-0703-42b2-b4ff-772c232b038d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"query"}]}},"response":[{"id":"c5db4a5f-afd4-4d60-82d1-807e86a28fe9","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/content/indexcount/:query","host":["https://demo.dotcms.com/api"],"path":["content","indexcount",":query"],"variable":[{"key":"query","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8e9871f-793f-4826-9889-a19ffa0c9718"},{"name":"indexSearch","id":"3ba99cf8-7073-4aca-adc8-8ef2d4639999","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/content/indexsearch/:query/sortby/:sortby/limit/:limit/offset/:offset","urlObject":{"path":["content","indexsearch",":query","sortby",":sortby","limit",":limit","offset",":offset"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"32c22fe5-7e0b-4a79-b92d-0360c2e2afce","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"-15283749","key":"offset"},{"id":"ecd2f5af-81dd-4245-abc1-15fb4628b168","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"query"},{"id":"1d0f5b90-d840-4efc-bde5-02f250f6b900","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"-15283749","key":"limit"},{"id":"c0aec766-b20d-48dd-a802-27bb4c083e6d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"sortby"}]}},"response":[{"id":"ec7da7a3-de80-44c5-9bbd-8db9c46db1f6","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/content/indexsearch/:query/sortby/:sortby/limit/:limit/offset/:offset","host":["https://demo.dotcms.com/api"],"path":["content","indexsearch",":query","sortby",":sortby","limit",":limit","offset",":offset"],"variable":[{"key":"offset","value":"-15283749","description":"(Required) "},{"key":"query","value":"ea non","description":"(Required) "},{"key":"limit","value":"-15283749","description":"(Required) "},{"key":"sortby","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3ba99cf8-7073-4aca-adc8-8ef2d4639999"},{"name":"lockContent","id":"28daade8-ef7e-4b66-bad5-6388e4a5037c","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/content/lock/:params:.*","urlObject":{"path":["content","lock",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"253deb0b-194d-4cd7-99be-d5e7266984d0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"af786573-ea45-4d81-b505-c088647ec72c","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/content/lock/:params:.*","host":["https://demo.dotcms.com/api"],"path":["content","lock",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"28daade8-ef7e-4b66-bad5-6388e4a5037c"},{"name":"canLockContent","id":"8022a7b3-bd8a-425e-bdd4-0f70f9b8500e","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/content/canLock/:params:.*","urlObject":{"path":["content","canLock",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"4d9a5b70-1a37-4432-b6df-dbf98a74ac56","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"96c26f4a-fe99-4037-9ca6-e4f5ff86af51","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/content/canLock/:params:.*","host":["https://demo.dotcms.com/api"],"path":["content","canLock",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"8022a7b3-bd8a-425e-bdd4-0f70f9b8500e"},{"name":"unlockContent","id":"43bb1aff-5bc3-4730-af31-5d322a5ca3a0","request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/content/unlock/:params:.*","urlObject":{"path":["content","unlock",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b1c73087-3bf6-4cec-a130-a249e2193fab","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"8516830e-268f-4068-81ed-b0d4f59c37c1","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/content/unlock/:params:.*","host":["https://demo.dotcms.com/api"],"path":["content","unlock",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"43bb1aff-5bc3-4730-af31-5d322a5ca3a0"}],"id":"13f8c8c1-9483-4fbb-81a9-de45362fb487","_postman_id":"13f8c8c1-9483-4fbb-81a9-de45362fb487","description":""},{"name":"Role","item":[{"name":"loadChildren","id":"dd7ca6de-77ff-4910-91be-40e56ae65825","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/role/loadchildren/:params:.*","urlObject":{"path":["role","loadchildren",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"c6fdb201-bbf9-4dc3-88d5-57fcd45c7547","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"f6b209ec-8aed-4a2f-ab24-189df465ec90","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/role/loadchildren/:params:.*","host":["https://demo.dotcms.com/api"],"path":["role","loadchildren",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"dd7ca6de-77ff-4910-91be-40e56ae65825"},{"name":"loadById","id":"4bf0c284-2575-40e5-9144-c7fea7d2c95c","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/role/loadbyid/:params:.*","urlObject":{"path":["role","loadbyid",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"b8d32972-ce39-44ca-9a22-dbe72f180bb5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"f0e7b984-5ae4-4de1-8a30-3f257f30561b","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/role/loadbyid/:params:.*","host":["https://demo.dotcms.com/api"],"path":["role","loadbyid",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"4bf0c284-2575-40e5-9144-c7fea7d2c95c"},{"name":"loadByName","id":"3efef11c-9096-46de-b929-e7679281f2c6","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/role/loadbyname/:params:.*","urlObject":{"path":["role","loadbyname",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"d52984b1-2951-4562-94e6-364b5902db76","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"ba22f036-e30b-4639-aa92-a38d8e84ff35","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/role/loadbyname/:params:.*","host":["https://demo.dotcms.com/api"],"path":["role","loadbyname",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"3efef11c-9096-46de-b929-e7679281f2c6"}],"id":"c7ddce8a-6386-449b-becc-7b0ec6514045","_postman_id":"c7ddce8a-6386-449b-becc-7b0ec6514045","description":""},{"name":"License","item":[{"name":"getAll","id":"6861ae24-7b7f-4e84-9fc7-499795667b19","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/license/all/:params:.*","urlObject":{"path":["license","all",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"bfba6373-6309-43a8-8ea1-7ed56c687bdf","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"b00e007c-5a1e-4c18-bd9a-fb8b24585d4d","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/license/all/:params:.*","host":["https://demo.dotcms.com/api"],"path":["license","all",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"6861ae24-7b7f-4e84-9fc7-499795667b19"},{"name":"delete","id":"c5fcf51b-c1b5-44af-bef7-ddc85e5322a3","request":{"method":"DELETE","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/license/delete/:params:.*","urlObject":{"path":["license","delete",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"0e25ef8a-5fbb-4f1d-84a7-05f5bf5aa7a9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"95c1333f-bcf8-492a-9c27-91b2011ffce8","name":"response","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/license/delete/:params:.*","host":["https://demo.dotcms.com/api"],"path":["license","delete",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5fcf51b-c1b5-44af-bef7-ddc85e5322a3"},{"name":"putZipFile","id":"5e88c995-5c9d-4b2d-8d5f-a4151845dfbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[]},"url":"https://demo.dotcms.com/api/license/upload/:params:.*","urlObject":{"path":["license","upload",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"f2b41282-65ab-4eb1-a826-1275511b1da5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"e2ad6447-9683-4cdb-baa6-cae7dc9df1c3","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://demo.dotcms.com/api/license/upload/:params:.*","host":["https://demo.dotcms.com/api"],"path":["license","upload",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e88c995-5c9d-4b2d-8d5f-a4151845dfbd"},{"name":"pickLicense","id":"0d5e5680-db93-4807-b156-4791b1ccba6a","request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/license/pick/:params:.*","urlObject":{"path":["license","pick",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"91739f1f-3753-4b9f-b989-fe6d13e56dc7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"81862abe-8c7b-4656-9441-088adb1e8642","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/license/pick/:params:.*","host":["https://demo.dotcms.com/api"],"path":["license","pick",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d5e5680-db93-4807-b156-4791b1ccba6a"},{"name":"freeLicense","id":"39847ab4-6842-4386-9a1c-ed3b43fda7a5","request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/license/free/:params:.*","urlObject":{"path":["license","free",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"dba47bed-4794-44af-9ef6-f7f741b58c18","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"825cae3f-aba2-4fe9-aebe-00f360e2a48d","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/license/free/:params:.*","host":["https://demo.dotcms.com/api"],"path":["license","free",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"39847ab4-6842-4386-9a1c-ed3b43fda7a5"},{"name":"requestLicense","id":"762e13a2-dbb2-427b-8b10-4477c42449ac","request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/license/requestCode/:params:.*","urlObject":{"path":["license","requestCode",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"bc5da5e2-fb75-4da3-912c-63d8b5f6d019","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"c759c242-d442-4ecc-bc3e-f94b403c5238","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/license/requestCode/:params:.*","host":["https://demo.dotcms.com/api"],"path":["license","requestCode",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"762e13a2-dbb2-427b-8b10-4477c42449ac"},{"name":"applyLicense","id":"5446491d-be17-4764-8945-74ebd83db5cd","request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/license/applyLicense?licenseText=ea non","urlObject":{"path":["license","applyLicense"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"licenseText","value":"ea non"}],"variable":[]}},"response":[{"id":"9d39c9ae-b8a0-4b7e-a015-2f125e7bbe14","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/license/applyLicense?licenseText=ea non","host":["https://demo.dotcms.com/api"],"path":["license","applyLicense"],"query":[{"key":"licenseText","value":"ea non"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5446491d-be17-4764-8945-74ebd83db5cd"},{"name":"resetLicense","id":"a5006ee7-1c8d-4728-9578-93e9b09aa208","request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://demo.dotcms.com/api/license/resetLicense/:params:.*","urlObject":{"path":["license","resetLicense",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"6a9bcbae-1629-4a7e-b2e3-83c4dee37e38","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"bcae02bb-2ee2-4002-99e9-2c923845ceb3","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/license/resetLicense/:params:.*","host":["https://demo.dotcms.com/api"],"path":["license","resetLicense",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5006ee7-1c8d-4728-9578-93e9b09aa208"}],"id":"a8dcd278-22f5-473a-9521-6393037f3aad","_postman_id":"a8dcd278-22f5-473a-9521-6393037f3aad","description":""},{"name":"publish","id":"0b6e4255-d6e8-48af-b35a-6aa9bbbe4432","request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/bundlePublisher/publish?type=ea non&callback=ea non&FORCE_PUSH=true","urlObject":{"path":["bundlePublisher","publish"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"type","value":"ea non"},{"key":"callback","value":"ea non"},{"key":"FORCE_PUSH","value":"true"}],"variable":[]}},"response":[{"id":"96f7609b-2bc1-4ce5-b27e-26b42c7a5540","name":"response","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/bundlePublisher/publish?type=ea non&callback=ea non&FORCE_PUSH=true","host":["https://demo.dotcms.com/api"],"path":["bundlePublisher","publish"],"query":[{"key":"type","value":"ea non"},{"key":"callback","value":"ea non"},{"key":"FORCE_PUSH","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"0b6e4255-d6e8-48af-b35a-6aa9bbbe4432"},{"name":"get","id":"ec34f8d7-1023-44ee-bb3b-8090a3da4e6d","request":{"method":"GET","header":[{"key":"Accept","value":"text/xml"}],"url":"https://demo.dotcms.com/api/auditPublishing/get/:bundleId:.*","urlObject":{"path":["auditPublishing","get",":bundleId:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"9b9802d9-0bae-45aa-9a43-1bc25002ca2c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"bundleId:.*"}]}},"response":[{"id":"d9896356-f016-401c-985e-8929f70e84bc","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/auditPublishing/get/:bundleId:.*","host":["https://demo.dotcms.com/api"],"path":["auditPublishing","get",":bundleId:.*"],"variable":[{"key":"bundleId:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Content-Type","value":"text/xml"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec34f8d7-1023-44ee-bb3b-8090a3da4e6d"},{"name":"getLoggedInUser","id":"83443478-bd7a-4cbe-a606-d0c5cf6eaa67","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/user/getloggedinuser/:params:.*","urlObject":{"path":["user","getloggedinuser",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"36930194-8e39-4881-82da-9671223fc370","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"58a9d8a3-776f-49f4-b367-10a0a37df04f","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/user/getloggedinuser/:params:.*","host":["https://demo.dotcms.com/api"],"path":["user","getloggedinuser",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"83443478-bd7a-4cbe-a606-d0c5cf6eaa67"},{"name":"getStructuresWithWYSIWYGFields","id":"16632df2-0cf7-4aa6-82ba-bd01480759b9","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/structure/:path:.*?name=ea non","urlObject":{"path":["structure",":path:.*"],"host":["https://demo.dotcms.com/api"],"query":[{"key":"name","value":"ea non"}],"variable":[{"id":"65445f55-29fa-440e-8448-590756a0eb0c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"path:.*"}]}},"response":[{"id":"49e0300e-684c-4f74-b3dd-414aae7fe08e","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/structure/:path:.*?name=ea non","host":["https://demo.dotcms.com/api"],"path":["structure",":path:.*"],"query":[{"key":"name","value":"ea non"}],"variable":[{"key":"path:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"16632df2-0cf7-4aa6-82ba-bd01480759b9"},{"name":"fireWorkflow","id":"11b64e3a-2ab6-49ba-8f4a-b5e40da46679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://demo.dotcms.com/api/workflow/fire/:params:.*","urlObject":{"path":["workflow","fire",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"ae058a6e-024a-4022-87f9-b1167e914df6","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"5516e515-1817-483a-8aa7-a125a34ef0f2","name":"response","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://demo.dotcms.com/api/workflow/fire/:params:.*","host":["https://demo.dotcms.com/api"],"path":["workflow","fire",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"11b64e3a-2ab6-49ba-8f4a-b5e40da46679"},{"name":"getLayout3","id":"7214d3ae-c6ea-4abb-a119-6c852da2906e","request":{"method":"GET","header":[{"key":"Accept","value":"text/html"}],"url":"https://demo.dotcms.com/api/rulesengine/layout/:params:.*","urlObject":{"path":["rulesengine","layout",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"e1988c32-542b-459b-afcf-367a45fa9832","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"7cfae2bc-5d7e-49a8-9029-340520477d57","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/rulesengine/layout/:params:.*","host":["https://demo.dotcms.com/api"],"path":["rulesengine","layout",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/html"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7214d3ae-c6ea-4abb-a119-6c852da2906e"},{"name":"loadEnvironments","id":"7bad58ba-20d6-4a20-a133-f63342771baa","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://demo.dotcms.com/api/environment/loadenvironments/:params:.*","urlObject":{"path":["environment","loadenvironments",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"fd8db7e6-f009-4239-92fb-62b31573cfd9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"f87c0038-83ba-429e-a965-8d2fd54b0402","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/environment/loadenvironments/:params:.*","host":["https://demo.dotcms.com/api"],"path":["environment","loadenvironments",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}],"_postman_id":"7bad58ba-20d6-4a20-a133-f63342771baa"},{"name":"getWidget","id":"60c2dbb9-da4a-4238-80eb-ca871b767d58","request":{"method":"GET","header":[{"key":"Accept","value":"text/plain;charset=UTF-8"}],"url":"https://demo.dotcms.com/api/widget/:params:.*","urlObject":{"path":["widget",":params:.*"],"host":["https://demo.dotcms.com/api"],"query":[],"variable":[{"id":"09f3f77d-b0e8-4175-8c34-86ea6c002fdc","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"ea non","key":"params:.*"}]}},"response":[{"id":"d5e39294-3a3f-4f5d-a50e-25fb99be885d","name":"response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"https://demo.dotcms.com/api/widget/:params:.*","host":["https://demo.dotcms.com/api"],"path":["widget",":params:.*"],"variable":[{"key":"params:.*","value":"ea non","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60c2dbb9-da4a-4238-80eb-ca871b767d58"}],"event":[{"listen":"prerequest","script":{"id":"f2542fd0-1640-4840-907b-f12633bcfd37","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9188f9e7-96a1-4f37-b507-344f48301b84","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://demo.dotcms.com/api","type":"string"},{"key":"2","value":"ea non","type":"any"}]}